summaryrefslogtreecommitdiffstats
path: root/chromium/chromecast/browser/DEPS
blob: e3547c77d92e19a9f2c4fe5d083a30e42614856c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
include_rules = [
  # chromecast/browser/ is the top-level main directory for the Chromecast
  # embedder and can include from all other chromecast/ directories.
  "+cc/base/switches.h",
  "+chromecast",
  "+components/cdm/common",
  "+components/crash",
  "+components/devtools_discovery",
  "+components/devtools_http_handler",
  "+components/external_video_surface",
  "+components/network_hints/browser",
  "+components/prefs",
  "+content/public/browser",
  "+gin/v8_initializer.h",
  "+gpu/command_buffer/service/gpu_switches.h",
  "+media/audio",
  "+media/base",
  "+media/mojo",
  "+mojo/shell/public",
  "+ui/ozone/platform/cast/overlay_manager_cast.h",
]