1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
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",
"+third_party/wds/src/libwds/public",
"+tools/json_schema_compiler",
"-v8",
"+v8/include",
"+storage/common/fileapi",
]
|