blob: 6998b2bfa5fcbb6320f02fd04f8baf6afd122364 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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/network_hints/browser",
"+content/public/browser",
"+gin/v8_initializer.h",
"+media/base",
]
|