DEPS 400 B

123456789101112131415161718
  1. include_rules = [
  2. "+components/crx_file",
  3. "+components/download/public/background_service",
  4. "+components/services/unzip",
  5. "+components/ukm/test_ukm_recorder.h",
  6. "+crypto",
  7. "+mojo/public/cpp",
  8. "+services/metrics/public/cpp",
  9. "+third_party/zlib/google",
  10. "+ui/base/l10n",
  11. ]
  12. specific_include_rules = {
  13. ".*_unittest\.cc": [
  14. "+third_party/zlib/google/zip.h",
  15. "+ui/base",
  16. ]
  17. }