include_rules = [
  "-content",
  "+content/public",
  "+device/geolocation/android/geolocation_jni_registrar.h",
  "+services/service_manager",
  "+v8/include/v8.h",
]

# Ensure we don't leak internal content headers through public headers.
specific_include_rules = {
  ".*\.(cc|mm)": [
    # 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",
  ],
}
