blob: 0e342b012daa0abb56da8f1262a2c8941d51e1f4 [file] [log] [blame]
include_rules = [
"+components/url_matcher",
"+content/public/common",
"+crypto",
"+testing",
"+ui"
]
# More specific rules for what we are allowed to include.
specific_include_rules = {
".*test\.(h|cc)$": [
"+content/public/test",
],
# Temporary includes for tests.
"^permissions_data_unittest\.cc$": [
"+chrome/common/chrome_version_info.h",
"+chrome/common/extensions/extension_test_util.h",
"+chrome/common/extensions/features/feature_channel.h",
"+chrome/common/extensions/permissions/socket_permission.h",
],
}