summaryrefslogtreecommitdiff
path: root/chromium/components/precache/content/DEPS
blob: 5a184772960a3cf8245c4af7433a45df99653d14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include_rules = [
  "+components/data_reduction_proxy",
  "+components/keyed_service",
  "+components/sync/driver",
  "+components/variations",
  "+content/public/browser",
  "+net/base",
  "+net/disk_cache",
  "+net/http",
  "+net/url_request",
]

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