summaryrefslogtreecommitdiff
path: root/chromium/content/web_test/browser/DEPS
blob: a78852c5fc9f1e7b0358791f0d17be81e02143ee (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
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/service_manager/public/cpp",
  "+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",
  ],
}