summaryrefslogtreecommitdiff
path: root/chromium/components/subresource_filter/content/DEPS
blob: 7acefe07043dac983a48220853461cb461b77bae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include_rules = [
  "+components/subresource_filter/content/common",
  "+content/public/common",
  "+ipc",
  "+services/network/public/cpp",
]

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