summaryrefslogtreecommitdiff
path: root/extensions/DEPS
blob: 0e342b012daa0abb56da8f1262a2c8941d51e1f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
include_rules = [
  "+components/url_matcher",
  "+content/public/common",
  "+crypto",
  "+testing",
  "+ui"
]

# More specific rules for what we are allowed to include.
specific_include_rules = {
  ".*test\.(h|cc)$": [
    "+content/public/test",
  ],
  # Temporary includes for tests.
  "^permissions_data_unittest\.cc$": [
    "+chrome/common/chrome_version_info.h",
    "+chrome/common/extensions/extension_test_util.h",
    "+chrome/common/extensions/features/feature_channel.h",
    "+chrome/common/extensions/permissions/socket_permission.h",
  ],
}