| include_rules = [ |
| "-content/shell/browser/layout_test", |
| "+components/keyed_service/content", |
| "+components/network_session_configurator/common", |
| "+services/device/public/cpp", |
| "+services/network/public", |
| "+services/service_manager/public/cpp", |
| "+services/service_manager/sandbox", |
| "+ui/ozone/public", |
| |
| # Separating Content Shell and web test code. |
| # TODO(danakj): This directory shouldn't need to access web test code as |
| # the ShellMainDelegate should inject it as appropriate. |
| "+content/shell/browser/web_test", |
| "+content/shell/common/web_test/web_test_switches.h", |
| ] |
| |
| specific_include_rules = { |
| "shell\.cc": [ |
| "+content/shell/browser/layout_test", |
| ], |
| "shell_devtools_manager_delegate\.cc": [ |
| "+content/shell/browser/layout_test", |
| ], |
| } |