include_rules = [
  "+components/translate/core/language_detection",
  "+content/public/child",
  "+content/public/renderer",

  "+gin",
  "+mojo/edk/js",

  "+third_party/skia/include/core",
  "+third_party/cld_3",

  "+third_party/WebKit/common/page/page_visibility_state.mojom.h",
  "+third_party/WebKit/public/platform",
  "+third_party/WebKit/public/web",
  "+third_party/zlib/google/compression_utils.h",

  "+tools/json_schema_compiler",

  "-v8",
  "+v8/include",

  "+storage/common/fileapi",

  "+services/service_manager/public/cpp",
]

specific_include_rules = {
  ".*(test|test_util)\.(cc|h)$": [
    # Temporarily allowed testing includes.  See above.
    # TODO(devlin): Ideally, we'd remove these (or move the tests into
    # //chrome). See https://crbug.com/773004.
    "+chrome/test/base/chrome_render_view_test.h",
  ],
}
