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