blob: d278340598544b66db906abe96e5c70c182cfb46 [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",
"+chromecast/base",
# Other Chromecast-wide dependencies.
"+content/public/common",
"+crypto",
"+grit/chromecast_settings.h",
"+grit/shell_resources.h",
"+jni",
"+net",
"+ui",
]