summaryrefslogtreecommitdiffstats
path: root/content/renderer/DEPS
blob: 313339e1cb506e14e7d93c692312778cdeef56db (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
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/mus/public",
  "+components/scheduler",
  "+components/url_formatter",

  "+cc/blink",
  "+content/public/child",
  "+content/public/renderer",
  "+content/child",
  "+device/battery",  # For battery status service.
  "+device/usb/public",
  "+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",
  "+v8/include",
  "+v8/src/third_party/vtune",
]

specific_include_rules = {
  '.*_[a-z]*browsertest.*': [
    "+content/public/browser",
    "+content/shell",
  ],
  "render_thread_impl_browsertest\.cc": [
    "+content/app/mojo/mojo_init.h",
  ],
}