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/json", | 7 "+base/json", |
7 "+base/location.h", | 8 "+base/location.h", |
8 "+base/memory", | 9 "+base/memory", |
9 "+base/metrics/histogram.h", | 10 "+base/metrics/histogram.h", |
10 "+base/metrics/histogram_base.h", | 11 "+base/metrics/histogram_base.h", |
11 "+base/metrics/histogram_samples.h", | 12 "+base/metrics/histogram_samples.h", |
12 "+base/metrics/sparse_histogram.h", | 13 "+base/metrics/sparse_histogram.h", |
13 "+base/strings/stringprintf.h", | 14 "+base/strings/stringprintf.h", |
14 "+base/synchronization/waitable_event.h", | 15 "+base/synchronization/waitable_event.h", |
15 "+base/sys_info.h", | 16 "+base/sys_info.h", |
(...skipping 11 matching lines...) Expand all Loading... |
27 "+skia/ext", | 28 "+skia/ext", |
28 "+third_party/khronos", | 29 "+third_party/khronos", |
29 "+third_party/skia", | 30 "+third_party/skia", |
30 "+ui/gfx", | 31 "+ui/gfx", |
31 "+url", | 32 "+url", |
32 "+webp", | 33 "+webp", |
33 "-bindings", | 34 "-bindings", |
34 "-core", | 35 "-core", |
35 "-modules", | 36 "-modules", |
36 ] | 37 ] |
OLD | NEW |