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/synchronization/waitable_event.h", | 8 "+base/synchronization/waitable_event.h", |
9 "+base/memory", | 9 "+base/memory", |
10 "+base/sys_info.h", | 10 "+base/sys_info.h", |
11 "+base/time", | 11 "+base/time", |
12 "+base/trace_event", | 12 "+base/trace_event", |
13 "+base/values.h", | 13 "+base/values.h", |
haraken
2016/02/15 13:18:39
I wonder why you don't need to add base/message_lo
Yuki
2016/02/16 07:31:58
https://codereview.chromium.org/1538803002/diff/81
| |
14 "+device", | |
14 "+mozilla", | 15 "+mozilla", |
15 "+platform", | 16 "+platform", |
16 "+public/platform", | 17 "+public/platform", |
17 "+skia/ext", | 18 "+skia/ext", |
18 "+third_party/khronos", | 19 "+third_party/khronos", |
19 "+third_party/skia", | 20 "+third_party/skia", |
20 "+ui/gfx", | 21 "+ui/gfx", |
21 "+url", | 22 "+url", |
22 "+webp", | 23 "+webp", |
23 "-bindings", | 24 "-bindings", |
24 "-core", | 25 "-core", |
25 "-modules", | 26 "-modules", |
26 ] | 27 ] |
OLD | NEW |