summaryrefslogtreecommitdiffstats
path: root/extensions/DEPS
blob: 64d7efd4caa62f9c78a1c744d4d91494ff2c633b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include_rules = [
  "+base",
  "+content/public/common",
  "+crypto",
  "+googleurl",
  "+testing",
  "+ui"
]

# More specific rules for what we are allowed to include.
specific_include_rules = {
  ".*test\.cc": [
    "+content/public/test",
  ]
}