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/files", | 4 "+base/files", |
5 "+base/json", | 5 "+base/json", |
6 "+base/location.h", | 6 "+base/location.h", |
7 "+base/memory", | 7 "+base/memory", |
8 "+base/metrics/histogram.h", | 8 "+base/metrics/histogram.h", |
9 "+base/metrics/sparse_histogram.h", | 9 "+base/metrics/sparse_histogram.h", |
10 "+base/strings/stringprintf.h", | 10 "+base/strings/stringprintf.h", |
11 "+base/synchronization/waitable_event.h", | 11 "+base/synchronization/waitable_event.h", |
12 "+base/sys_info.h", | 12 "+base/sys_info.h", |
| 13 "+base/test", |
13 "+base/thread_task_runner_handle.h", | 14 "+base/thread_task_runner_handle.h", |
14 "+base/time", | 15 "+base/time", |
15 "+base/trace_event", | 16 "+base/trace_event", |
16 "+base/values.h", | 17 "+base/values.h", |
17 "+device", | 18 "+device", |
18 "+mozilla", | 19 "+mozilla", |
19 "+platform", | 20 "+platform", |
20 "+public/platform", | 21 "+public/platform", |
21 "+skia/ext", | 22 "+skia/ext", |
22 "+third_party/khronos", | 23 "+third_party/khronos", |
23 "+third_party/skia", | 24 "+third_party/skia", |
24 "+ui/gfx", | 25 "+ui/gfx", |
25 "+url", | 26 "+url", |
26 "+webp", | 27 "+webp", |
27 "-bindings", | 28 "-bindings", |
28 "-core", | 29 "-core", |
29 "-modules", | 30 "-modules", |
30 ] | 31 ] |
OLD | NEW |