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