DEPS 421 B

123456789101112131415161718
  1. include_rules = [
  2. "+chrome/common",
  3. "+chrome/installer/launcher_support",
  4. "+chrome/installer/util",
  5. "+chrome/updater/protos",
  6. "+components/crash",
  7. "+components/policy/proto",
  8. "+google_apis",
  9. "+net",
  10. "+third_party/boringssl/src/include",
  11. "+third_party/re2",
  12. ]
  13. specific_include_rules = {
  14. ".+_unittests*\.cc": [
  15. "+chrome/browser/ui/startup/credential_provider_signin_dialog_win_test_data.h",
  16. ]
  17. }