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

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