summaryrefslogtreecommitdiff
path: root/chromium/content/public/browser/DEPS
blob: 40897244c89ef450647ae3d4176a72f749018d19 (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
34
35
36
include_rules = [
  # components/download are needed for providing the download feature.
  # TODO(qinmin): move it to services/download when download becomes a service.
  "+components/download/public/common",
  "+components/viz/common",
  "+components/viz/host",
  "+device/usb/public/mojom",
  "+device/fido",
  "+services/device/public",
  "+services/media_session/public",
  "+services/network/public/cpp",
  "+services/service_manager/sandbox",
  "+services/resource_coordinator/public",
  "+services/ws/public/mojom",
]

specific_include_rules = {
  ".*\.cc": [
    "+content/browser",
    "-content/browser/loader",

    # TODO: content/browser/loader is being separated out of content, and this
    # file will be moved elsewhere. See http://crbug.com/598073.
    "!content/browser/loader/resource_dispatcher_host_impl.h",
  ],

  "desktop_capture\.h": [
    # desktop_capture.h creates a DesktopCaptureOptions to share between
    # content/browser and chrome/browser.
    "+third_party/webrtc/modules/desktop_capture/desktop_capture_options.h",
  ],

  ".*unittest\.cc": [
    "+services/network/network_service.h",
  ],
}