| include_rules = [ |
| "+chrome/common", |
| "+chrome/installer/launcher_support", |
| "+chrome/installer/util", |
| "+chrome/updater/protos", |
| "+components/crash", |
| "+components/policy/proto", |
| "+extensions/common/switches.h", |
| "+google_apis", |
| "+net", |
| "+services/device/public/mojom", |
| "+services/device/public/proto", |
| "+services/network/public/cpp", |
| "+third_party/boringssl/src/include", |
| "+third_party/re2", |
| ] |
| |
| specific_include_rules = { |
| ".+_unittests*\.cc": [ |
| "+chrome/browser/ui/startup/credential_provider_signin_dialog_win_test_data.h", |
| ], |
| } |