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/bind_helpers.h", | 5 "+base/bind_helpers.h", |
6 "+base/callback.h", | 6 "+base/callback.h", |
7 "+base/callback_forward.h", | 7 "+base/callback_forward.h", |
8 "+base/files", | 8 "+base/files", |
9 "+base/guid.h", | 9 "+base/guid.h", |
10 "+base/json", | 10 "+base/json", |
(...skipping 15 matching lines...) Expand all Loading... |
26 "+base/time", | 26 "+base/time", |
27 "+base/timer", | 27 "+base/timer", |
28 "+base/trace_event", | 28 "+base/trace_event", |
29 "+base/values.h", | 29 "+base/values.h", |
30 "+device", | 30 "+device", |
31 "+gpu/GLES2", | 31 "+gpu/GLES2", |
32 "+mojo/public", | 32 "+mojo/public", |
33 "+mozilla", | 33 "+mozilla", |
34 "+platform", | 34 "+platform", |
35 "+public/platform", | 35 "+public/platform", |
| 36 "+services/service_manager/public/interfaces", |
36 "+skia/ext", | 37 "+skia/ext", |
37 "+third_party/ced/src/compact_enc_det/compact_enc_det.h", | 38 "+third_party/ced/src/compact_enc_det/compact_enc_det.h", |
38 "+third_party/khronos", | 39 "+third_party/khronos", |
39 "+third_party/skia", | 40 "+third_party/skia", |
40 "+ui/gfx", | 41 "+ui/gfx", |
41 "+url", | 42 "+url", |
42 "+webp", | 43 "+webp", |
43 "+build/win", | 44 "+build/win", |
44 "-bindings", | 45 "-bindings", |
45 "-core", | 46 "-core", |
46 "-modules", | 47 "-modules", |
47 ] | 48 ] |
OLD | NEW |