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

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