| include_rules = [ |
| "+cc/base/switches.h", |
| "+cc/test", |
| "+components/viz/common", |
| "+gin", |
| "+pdf", |
| "+printing", |
| "+third_party/blink/public", |
| "+third_party/crashpad/crashpad/client", |
| "+third_party/inspector_protocol/crdtp", |
| "+third_party/skia/include", |
| "+components/devtools/simple_devtools_protocol_client", |
| "+components/embedder_support/user_agent_utils.h", |
| "+components/optimization_guide", |
| "+components/os_crypt/common", |
| "+components/password_manager/core/browser/password_manager_switches.h", |
| "+components/policy", |
| "+components/prefs", |
| "+services/device/public/cpp/test/fake_geolocation_system_permission_manager.h", |
| "+services/device/public/cpp/geolocation/geolocation_system_permission_manager.h", |
| "+tools/v8_context_snapshot/buildflags.h", |
| ] |
| specific_include_rules = { |
| "headless_browser_browsertest.*": [ |
| "+components/infobars/core", |
| "+components/infobars/content", |
| "+storage/browser", |
| "+ui/shell_dialogs", |
| ], |
| "headless_browser_user_agent_metadata_browsertest.*": [ |
| "+components/embedder_support/user_agent_utils.h", |
| ], |
| } |