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/json", | 4 "+base/json", |
5 "+base/location.h", | 5 "+base/location.h", |
6 "+base/metrics/histogram.h", | 6 "+base/metrics/histogram.h", |
7 "+base/metrics/sparse_histogram.h", | 7 "+base/metrics/sparse_histogram.h", |
8 "+base/memory", | 8 "+base/memory", |
kinuko
2016/02/04 13:15:54
If including base/memory/scoped_ptr doesn't make c
Nico
2016/02/04 15:08:15
(If the "could we" means "is it possible", then ye
| |
9 "+base/sys_info.h", | 9 "+base/sys_info.h", |
10 "+base/thread_task_runner_handle.h", | |
kinuko
2016/02/04 13:15:54
This one's slightly questionable to me too, while
| |
10 "+base/time", | 11 "+base/time", |
11 "+base/trace_event", | 12 "+base/trace_event", |
12 "+base/values.h", | 13 "+base/values.h", |
13 "+mozilla", | 14 "+mozilla", |
14 "+platform", | 15 "+platform", |
15 "+public/platform", | 16 "+public/platform", |
16 "+skia/ext", | 17 "+skia/ext", |
17 "+third_party/khronos", | 18 "+third_party/khronos", |
18 "+third_party/skia", | 19 "+third_party/skia", |
19 "+ui/gfx", | 20 "+ui/gfx", |
20 "+url", | 21 "+url", |
21 "+webp", | 22 "+webp", |
22 "-bindings", | 23 "-bindings", |
23 "-core", | 24 "-core", |
24 "-modules", | 25 "-modules", |
25 ] | 26 ] |
OLD | NEW |