| 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/metrics/histogram.h", | 13 "+base/metrics/histogram.h", |
| 14 "+base/metrics/histogram_base.h", | 14 "+base/metrics/histogram_base.h", |
| 15 "+base/metrics/histogram_macros.h", | 15 "+base/metrics/histogram_macros.h", |
| 16 "+base/metrics/histogram_samples.h", | 16 "+base/metrics/histogram_samples.h", |
| 17 "+base/metrics/sparse_histogram.h", | 17 "+base/metrics/sparse_histogram.h", |
| 18 "+base/numerics/safe_conversions.h", |
| 18 "+base/single_thread_task_runner.h", | 19 "+base/single_thread_task_runner.h", |
| 19 "+base/strings/string_util.h", | 20 "+base/strings/string_util.h", |
| 20 "+base/strings/stringprintf.h", | 21 "+base/strings/stringprintf.h", |
| 21 "+base/synchronization/waitable_event.h", | 22 "+base/synchronization/waitable_event.h", |
| 22 "+base/sys_info.h", | 23 "+base/sys_info.h", |
| 23 "+base/test", | 24 "+base/test", |
| 24 "+base/test/fuzzed_data_provider.h", | 25 "+base/test/fuzzed_data_provider.h", |
| 25 "+base/threading/thread_task_runner_handle.h", | 26 "+base/threading/thread_task_runner_handle.h", |
| 26 "+base/time", | 27 "+base/time", |
| 27 "+base/timer", | 28 "+base/timer", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 39 "+third_party/khronos", | 40 "+third_party/khronos", |
| 40 "+third_party/skia", | 41 "+third_party/skia", |
| 41 "+ui/gfx", | 42 "+ui/gfx", |
| 42 "+url", | 43 "+url", |
| 43 "+webp", | 44 "+webp", |
| 44 "+build/win", | 45 "+build/win", |
| 45 "-bindings", | 46 "-bindings", |
| 46 "-core", | 47 "-core", |
| 47 "-modules", | 48 "-modules", |
| 48 ] | 49 ] |
| OLD | NEW |