blob: a956ff665d46c050e6707524c95e5e8a9be12da0 [file] [log] [blame]
include_rules = [
"+crypto",
"+ios/public/provider/web",
"+ios/net",
"+ios/web",
"+net",
"+third_party/libwebp/webp",
"+ui",
# For tests.
"+ios/testing",
]
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|_adapter)\.(cc|h))$": [
"+content/public/browser/browser_thread.h",
],
"^test_web_thread(_bundle)?(_adapter)?\.cc$": [
"+content/public/test/test_browser_thread.h",
"+content/public/test/test_browser_thread_bundle.h",
],
}