blob: dd6fcbb5cb42db4041cbc4ab8dd7f9c8b3ae774b [file]
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\.(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",
],
}