1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
specific_include_rules = {
"headless_browser_browsertest.cc": [
"+third_party/crashpad/crashpad/client",
],
"headless_browser_main_parts_linux.cc": [
"+device/bluetooth",
],
"headless_content_client.cc": [
"+components/embedder_support/origin_trials",
],
"headless_content_main_delegate.cc": [
"+cc/base/switches.h",
"+components/viz/common/switches.h",
"+gpu/config/gpu_switches.h",
"+third_party/blink/public/common/switches.h",
],
"headless_web_contents_browsertest.cc": [
"+cc/base/switches.h",
"+cc/test",
"+components/viz/common/features.h",
"+components/viz/common/switches.h",
"+pdf",
"+printing",
"+third_party/skia/include",
]
}
|