summaryrefslogtreecommitdiff
path: root/chromium/components/update_client/DEPS
blob: 8353d047772c32d19ae487816b70b48d3321d10a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
include_rules = [
  "+components/client_update_protocol",
  "+components/crx_file",
  "+components/services/patch",
  "+components/prefs",
  "+components/services/unzip",
  "+components/version_info",
  "+courgette",
  "+crypto",
  "+mojo/public",
  "+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/test",
  ]
}