blob: f58ee301ebe3b64537bb256feb56dc5307fa043c [file] [log] [blame]
jochen5ce1af92016-02-17 20:39:451include_rules = [
jochen5ce1af92016-02-17 20:39:452 "-content/shell/browser/layout_test",
juliatuttleca57a11b2016-11-15 19:07:533 "+components/keyed_service/content",
mmenke68a50212017-06-12 20:20:314 "+components/network_session_configurator/common",
Ke Hef4173392018-06-29 07:44:155 "+services/device/public/cpp",
Ken Rockot7be4fbe2019-01-18 03:15:446 "+services/network/public",
rockot734fb662016-10-15 16:41:307 "+services/service_manager/public/cpp",
Tom Sepezf4f97a92017-10-27 00:29:158 "+services/service_manager/sandbox",
Sergey Ulanov3565f63d2018-06-23 20:58:149 "+ui/ozone/public",
danakjaf29c6072020-03-31 16:25:0110
11 # Separating Content Shell and web test code.
12 # TODO(danakj): This directory shouldn't need to access web test code as
13 # the ShellMainDelegate should inject it as appropriate.
14 "+content/shell/browser/web_test",
15 "+content/shell/common/web_test/web_test_switches.h",
jochen5ce1af92016-02-17 20:39:4516]
17
18specific_include_rules = {
19 "shell\.cc": [
20 "+content/shell/browser/layout_test",
21 ],
dgozman4547460932017-06-22 03:04:3622 "shell_devtools_manager_delegate\.cc": [
23 "+content/shell/browser/layout_test",
24 ],
jochen5ce1af92016-02-17 20:39:4525}