summaryrefslogtreecommitdiffstats
path: root/content/renderer/DEPS
blob: 5ea2ee718ec9546bcef8c578c72a06f6d3670361 (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
include_rules = [
  # Allow inclusion of specific components that we depend on. We may only
  # depend on components which we share with the mojo html_viewer.
  "+components/scheduler",

  "+cc/blink",
  "+content/public/child",
  "+content/public/renderer",
  "+content/child",
  "+device/battery",  # For battery status service.
  "+device/vibration",
  "+gin",
  "+jingle/glue",
  "+media",  # For audio input/output and audio/video decoding.
  "+mojo",
  "-storage/browser",
  "+third_party/hyphen/hyphen.h",
  "+third_party/libjingle",
  "+third_party/tcmalloc",
  "+v8/include",
  "+v8/src/third_party/vtune",
]

specific_include_rules = {
  '.*_[a-z]*browsertest.*': [
    "+content/public/browser",
    "+content/shell",
  ],
}