1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22

headless / lib / DEPS [blame]

specific_include_rules = {
  "headless_browser_main_parts.cc": [
    "+services/device/public/cpp/geolocation/geolocation_system_permission_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": [
    "+gpu/config/gpu_switches.h",
    "+cc/base/switches.h",
    "+components/viz/common/switches.h",
    "+components/devtools/devtools_pipe/devtools_pipe.h",
    "+components/prefs",
    "+third_party/blink/public/common/switches.h",
  ],
}