summaryrefslogtreecommitdiffstats
path: root/extensions/common/DEPS
blob: 12baab5333b1d7fae3d8f3b63d527377513476f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
include_rules = [
  "+device/usb",
  "+net",
  "+third_party/re2",

  # Temporarily allowed includes as part of the app shell/extensions refactor.
  #
  # NOTE: Please do not add includes without talking to the app shell team;
  # see OWNERS for this directory.
  #
  # TODO(benwells): Remove these. http://crbug.com/162530
  "+chrome/common/extensions/api/generated_schemas.h",
  "+grit/chromium_strings.h",
  "+grit/common_resources.h",
  "+grit/extensions_api_resources.h",
  "+grit/theme_resources.h",
  # TODO(jamescook): Extract extensions-related strings from this file.
  "+grit/generated_resources.h",
]

specific_include_rules = {
  ".*test\.cc": [
    # Temporarily allowed testing includes.  See above.
    # TODO(benwells): Remove these. http://crbug.com/162530
    "+chrome/common/extensions/manifest_tests/extension_manifest_test.h",
  ],
  "^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",
  ],
}