include_rules = [ "+components/content_settings/core/common", "+components/download", "+components/keyed_service/core", "+components/network_session_configurator/common", "+components/viz/common", "+content/public/browser", "+content/public/common", "+content/shell/browser", "+content/shell/common", "+content/web_test/common", "+device/bluetooth", "+services/device/public/cpp/test", "+services/network/public/cpp", "+services/network/public/mojom", "+services/service_manager/public/cpp", "+ui/aura", "+ui/base/resource", ] specific_include_rules = { # cc (and mm) files do not leak includes so they are allowed to reference # //content/browser. ".*\.(cc|mm)": [ "+content/browser", ], }