summaryrefslogtreecommitdiff
path: root/chromium/content/child/DEPS
blob: 3f315c994d84bd230112d3444f412c00482fe49d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
include_rules = [
  # Allow inclusion of specific components that we depend on.
  # See comment in content/DEPS for which components are allowed.
  "+components/mime_util",
  "+components/scheduler/child",
  "+components/scheduler/common",
  "+components/tracing",
  "+components/webcrypto",

  "+content/app/strings/grit",  # For generated headers
  "+content/public/child",
  "+services/device/public/cpp/power_monitor",
  "+services/device/public/interfaces",
  "+services/service_manager",
  "+services/service_manager",
  "+v8/include/v8.h"
]

specific_include_rules = {
  "child_thread_impl_browsertest\.*": [
    "+components/discardable_memory/service",
  ],
}