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", |
11 "+base/metrics/histogram_base.h", | 11 "+base/metrics/histogram_base.h", |
12 "+base/metrics/histogram_samples.h", | 12 "+base/metrics/histogram_samples.h", |
13 "+base/metrics/sparse_histogram.h", | 13 "+base/metrics/sparse_histogram.h", |
14 "+base/strings/string_util.h", | 14 "+base/strings/string_util.h", |
15 "+base/strings/stringprintf.h", | 15 "+base/strings/stringprintf.h", |
16 "+base/synchronization/waitable_event.h", | 16 "+base/synchronization/waitable_event.h", |
17 "+base/sys_info.h", | 17 "+base/sys_info.h", |
18 "+base/test", | 18 "+base/test", |
19 "+base/threading/thread_task_runner_handle.h", | 19 "+base/threading/thread_task_runner_handle.h", |
20 "+base/time", | 20 "+base/time", |
| 21 "+base/timer", |
21 "+base/trace_event", | 22 "+base/trace_event", |
22 "+base/values.h", | 23 "+base/values.h", |
23 "+device", | 24 "+device", |
24 "+gpu/GLES2", | 25 "+gpu/GLES2", |
| 26 "+mojo/public", |
25 "+mozilla", | 27 "+mozilla", |
26 "+platform", | 28 "+platform", |
27 "+public/platform", | 29 "+public/platform", |
28 "+skia/ext", | 30 "+skia/ext", |
29 "+third_party/khronos", | 31 "+third_party/khronos", |
30 "+third_party/skia", | 32 "+third_party/skia", |
31 "+ui/gfx", | 33 "+ui/gfx", |
32 "+url", | 34 "+url", |
33 "+webp", | 35 "+webp", |
34 "-bindings", | 36 "-bindings", |
35 "-core", | 37 "-core", |
36 "-modules", | 38 "-modules", |
37 ] | 39 ] |
OLD | NEW |