summaryrefslogtreecommitdiffstats
path: root/extensions/renderer/DEPS
blob: 5a278692df1f15da7ae29ebd1a95f4e7a6fb33db (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 = [
  "+components/translate/core/language_detection",
  "+content/public/child",
  "+content/public/renderer",

  "+gin",
  "+third_party/mojo/src/mojo/edk/js",

  "+third_party/skia/include/core",
  "+third_party/cld_2/src/public/compact_lang_det.h",
  "+third_party/cld_2/src/public/encodings.h",

  "+third_party/WebKit/public/platform",
  "+third_party/WebKit/public/web",

  "+tools/json_schema_compiler",

  "-v8",
  "+v8/include",

  "+storage/common/fileapi",
]