summaryrefslogtreecommitdiffstats
path: root/chromecast/browser/DEPS
blob: 76b634a74d6d99ee5f3ef7550675d3bfbc482c40 (plain)
1
2
3
4
5
6
7
8
9
10
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/crash",
  "+components/dns_prefetch/browser",
  "+content/public/browser",
  "+media/base",
]