summaryrefslogtreecommitdiffstats
path: root/extensions/DEPS
blob: 14eae2fd907cfd3002ed0e93b078404cc0527b60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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",
  ],
  "api_permission_set_unittest\.cc": [
    # Temporary include for tests.
    "+chrome/common/extensions/extension_messages.h",
  ],
}