summaryrefslogtreecommitdiff
path: root/chromium/headless/lib/DEPS
blob: 68289290719330a58630f0098b2796aff8c1fdbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
specific_include_rules = {
  "headless_browser_main_parts.cc": [
    "+services/device/public/cpp/geolocation/geolocation_manager.h",
  ],
  "headless_browser_main_parts_linux.cc": [
    "+device/bluetooth",
  ],
  "headless_browser_main_parts_mac.mm": [
    "+services/device/public/cpp/geolocation/geolocation_manager_impl_mac.h",
  ],
  "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",
  ],
}