summaryrefslogtreecommitdiffstats
path: root/chromecast/DEPS
blob: eae26b0f6405405935a50a053454829c563393db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Do not add any includes under chrome/ anywhere in chromecast.

include_rules = [
  # Chromecast code should explicitly declare its dependencies on each
  # sub-directory within chromecast/.
  "-chromecast",
  "+chromecast/base",
  "+chromecast/public",

  # Other Chromecast-wide dependencies.
  "+content/public/common",
  "+crypto",
  "+grit/chromecast_settings.h",
  "+grit/shell_resources.h",
  "+jni",
  "+net",
  "+ui",
]