blob: 71080cbc2a65595f8d698e0d7a16695d50ef2c32 [file] [log] [blame]
include_rules = [
"+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",
],
}