blob: d43033aff36940997517667b1cc131b8701e2b0e [file] [log] [blame]
# 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",
# Other Chromecast-wide dependencies.
"+chromecast/base",
"+chromecast/chromecast_features.h",
"+chromecast/public",
]