include_rules = [
  "+base",
  "+content/public/common",
  "+content/public/renderer",
  "+components/data_reduction_proxy/core/common",
  "+components/subresource_filter/content/renderer",
  "+services/network/public/cpp",
  "+services/network/public/mojom",
  "+third_party/blink/public",
  "+url",
]

specific_include_rules = {
  '.*_[a-z]*test\.cc': [
     "+testing/gtest"
  ],
}
