blob: d63bee5b43142e0344a8fa88495f6d56890c754d [file] [log] [blame]
include_rules = [
"-content",
"+content/public",
"+services/shell",
"+v8/include/v8.h",
]
# Ensure we don't leak internal content headers through public headers.
specific_include_rules = {
".*\.cc": [
# Allow inclusion of specific components that we depend on.
# See comment in content/DEPS for which components are allowed.
"+components/scheduler/renderer",
# Testing utilities can access anything in content/
"+content",
"+gin/v8_initializer.h",
"+third_party/iaccessible2",
"+ui/base/resource/resource_bundle.h",
],
}