blob: abbd3335b291c43abd5a378001a3c3b8a25b2ea6 [file] [log] [blame]
include_rules = [
"+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\.(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",
],
}