chromium/chromeos/ash/components/geolocation/DEPS

noparent = True

include_rules = [
  "+ash/constants",
  "+base",
  "+chromeos/ash/components/network",
  "+google_apis",
  "+services/device/public/cpp/geolocation/network_location_request_source.h",
  "+services/network/public/cpp",
  "+services/network/public/mojom",
  "+third_party/cros_system_api",
  "+net",
  "+url",
]

specific_include_rules = {
  ".*test\.cc": [
    "+chromeos/ash/components/dbus",
    "+services/network/test",
    "+testing/gtest",
    "+testing/gmock",
  ],
}