summaryrefslogtreecommitdiffstats
path: root/extensions/renderer/DEPS
blob: bd0ed5251fc5cfb01e0dfbaf5eaa15633b922783 (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",
  "+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",
]