summaryrefslogtreecommitdiffstats
path: root/extensions/DEPS
blob: 29ebf1eb0db5f0d95e42eee94879f84f654f6601 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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",
  ],
  # Temporary includes for tests.
  "^api_permission_set_unittest\.cc$": [
    "+chrome/common/extensions/extension_messages.h",
  ],
  "^manifest_handler_unittest\.cc$": [
    "+chrome/common/extensions/extension_builder.h",
    "+chrome/common/extensions/value_builder.h",
  ],
}