blob: 2f189bfcb4d5b0b2d93090ea1cc177ce36d892b5 [file] [log] [blame]
include_rules = [
"+ios/web",
"+net",
"+third_party/libwebp/webp",
"+ui",
]
specific_include_rules = {
# Allow browser_thread.h and test_browser_thread.h until a web/ replacement is
# built out. Note that headers in public/ are not subject to this exception.
"^web_thread(\.cc|_impl\.(cc|h))$": [
"+content/public/browser/browser_thread.h",
],
"^test_web_thread(_bundle)?\.cc$": [
"+content/public/test/test_browser_thread.h",
"+content/public/test/test_browser_thread_bundle.h",
],
}