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/bind_helpers.h", | 5 "+base/bind_helpers.h", |
6 "+base/callback.h", | 6 "+base/callback.h", |
7 "+base/callback_forward.h", | 7 "+base/callback_forward.h", |
8 "+base/files", | 8 "+base/files", |
9 "+base/guid.h", | 9 "+base/guid.h", |
10 "+base/json", | 10 "+base/json", |
11 "+base/location.h", | 11 "+base/location.h", |
12 "+base/memory", | 12 "+base/memory", |
| 13 "+base/message_loop/message_loop.h", |
13 "+base/metrics/histogram.h", | 14 "+base/metrics/histogram.h", |
14 "+base/metrics/histogram_base.h", | 15 "+base/metrics/histogram_base.h", |
15 "+base/metrics/histogram_macros.h", | 16 "+base/metrics/histogram_macros.h", |
16 "+base/metrics/histogram_samples.h", | 17 "+base/metrics/histogram_samples.h", |
17 "+base/metrics/sparse_histogram.h", | 18 "+base/metrics/sparse_histogram.h", |
18 "+base/numerics/safe_conversions.h", | 19 "+base/numerics/safe_conversions.h", |
19 "+base/single_thread_task_runner.h", | 20 "+base/single_thread_task_runner.h", |
20 "+base/strings/string_util.h", | 21 "+base/strings/string_util.h", |
21 "+base/strings/stringprintf.h", | 22 "+base/strings/stringprintf.h", |
22 "+base/synchronization/waitable_event.h", | 23 "+base/synchronization/waitable_event.h", |
(...skipping 18 matching lines...) Expand all Loading... |
41 "+third_party/skia", | 42 "+third_party/skia", |
42 "+ui/gfx", | 43 "+ui/gfx", |
43 "+url", | 44 "+url", |
44 "+webp", | 45 "+webp", |
45 "+build/mac", | 46 "+build/mac", |
46 "+build/win", | 47 "+build/win", |
47 "-bindings", | 48 "-bindings", |
48 "-core", | 49 "-core", |
49 "-modules", | 50 "-modules", |
50 ] | 51 ] |
OLD | NEW |