summaryrefslogtreecommitdiffstats
path: root/content/child/DEPS
blob: 7931bc20c4a6e4e5b849ee49d1b8ddf024eee30b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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/child",
  "+components/scheduler/common",
  "+components/tracing",
  "+components/webcrypto",

  "+content/app/strings/grit",  # For generated headers
  "+content/public/child",
  "+media/base/android",
  "+v8/include/v8.h"
]