blob: fcbae35b8d676f8fb429ba9c1cea12309a4a213c (
plain)
1
2
3
4
5
6
7
8
9
|
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",
"+content/public/browser",
"+media/base",
]
|