summaryrefslogtreecommitdiffstats
path: root/chromecast/public/DEPS
blob: 30d9ea2d3361f4f6b46e166877d56478f0e59bfd (plain)
1
2
3
4
5
6
7
8
include_rules = [
   # chromecast/public should not depend on anything Chromium specific
   "-chromecast",
   "-base",
   "-content",
   "-net",
   "-ui",
]