noparent = True

include_rules = [
  "+base",
  "+chromeos/geolocation",
  "+components/prefs",
  "+google_apis",
  "+services/network/public/cpp",
  "+third_party/cros_system_api",
  "+net",
  "+url",
]

specific_include_rules = {
  ".*test\.cc": [
    "+services/network/test",
    "+testing",
  ],
}
