summaryrefslogtreecommitdiff
path: root/chromium/content/web_test/browser/DEPS
blob: 69b09c5a6e6f49b6d8d5eff6d513238623d47231 (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
include_rules = [
  "+components/content_settings/core/common",
  "+components/download",
  "+components/keyed_service/core",
  "+components/network_session_configurator/common",
  "+components/viz/common",
  "+content/public/browser",
  "+content/public/common",
  "+content/shell/browser",
  "+content/shell/common",
  "+content/web_test/common",
  "+device/bluetooth",
  "+services/device/public/cpp/test",
  "+services/network/public/cpp",
  "+services/network/public/mojom",
  "+services/proxy_resolver",
  "+services/service_manager/public/cpp",
  "+services/service_manager/public/mojom",
  "+third_party/test_fonts",
  "+ui/aura",
  "+ui/base/resource",
]

specific_include_rules = {
  # cc (and mm) files do not leak includes so they are allowed to reference
  # //content/browser.
  ".*\.(cc|mm)": [
    "+content/browser",
  ],
}