OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 # To whitelist base/ stuff Blink is allowed to include, we list up all | 2 # To whitelist base/ stuff Blink is allowed to include, we list up all |
3 # directories and files instead of writing 'base/'. | 3 # directories and files instead of writing 'base/'. |
4 "+base/bind.h", | 4 "+base/bind.h", |
5 "+base/files", | 5 "+base/files", |
6 "+base/guid.h", | 6 "+base/guid.h", |
7 "+base/json", | 7 "+base/json", |
8 "+base/location.h", | 8 "+base/location.h", |
9 "+base/memory", | 9 "+base/memory", |
10 "+base/metrics/histogram.h", | 10 "+base/metrics/histogram.h", |
(...skipping 13 matching lines...) Expand all Loading... |
24 "+device", | 24 "+device", |
25 "+gpu/GLES2", | 25 "+gpu/GLES2", |
26 "+mojo/public", | 26 "+mojo/public", |
27 "+mozilla", | 27 "+mozilla", |
28 "+platform", | 28 "+platform", |
29 "+public/platform", | 29 "+public/platform", |
30 "+skia/ext", | 30 "+skia/ext", |
31 "+third_party/ced/src/compact_enc_det/compact_enc_det.h", | 31 "+third_party/ced/src/compact_enc_det/compact_enc_det.h", |
32 "+third_party/khronos", | 32 "+third_party/khronos", |
33 "+third_party/skia", | 33 "+third_party/skia", |
| 34 "+third_party/zlib/google/compression_utils.h", |
34 "+ui/gfx", | 35 "+ui/gfx", |
35 "+url", | 36 "+url", |
36 "+webp", | 37 "+webp", |
37 "-bindings", | 38 "-bindings", |
38 "-core", | 39 "-core", |
39 "-modules", | 40 "-modules", |
40 ] | 41 ] |
OLD | NEW |