chromium/components/update_client/DEPS

include_rules = [
  "+components/client_update_protocol",
  "+components/crx_file",
  "+components/services/patch",
  "+components/prefs",
  "+components/services/unzip",
  "+components/version_info",
  "+crypto",
  "+mojo/public",
  "+third_party/puffin",
  "+third_party/re2",
  "+third_party/zlib",
]

# Allow the unit tests to depend on the network for testing purposes.
specific_include_rules = {
  "(test_configurator|.*_unittest\.(cc|h))" : [
    "+net",
    "+services/network/public/cpp",
    "+services/network/public/mojom",
    "+services/network/test",
  ]
}