| 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/files", | 5 "+base/files", |
| 6 "+base/test/fuzzed_data_provider.h", |
| 6 "+base/guid.h", | 7 "+base/guid.h", |
| 7 "+base/json", | 8 "+base/json", |
| 8 "+base/location.h", | 9 "+base/location.h", |
| 9 "+base/memory", | 10 "+base/memory", |
| 10 "+base/metrics/histogram.h", | 11 "+base/metrics/histogram.h", |
| 11 "+base/metrics/histogram_base.h", | 12 "+base/metrics/histogram_base.h", |
| 12 "+base/metrics/histogram_samples.h", | 13 "+base/metrics/histogram_samples.h", |
| 13 "+base/metrics/sparse_histogram.h", | 14 "+base/metrics/sparse_histogram.h", |
| 14 "+base/strings/string_util.h", | 15 "+base/strings/string_util.h", |
| 15 "+base/strings/stringprintf.h", | 16 "+base/strings/stringprintf.h", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 31 "+third_party/ced/src/compact_enc_det/compact_enc_det.h", | 32 "+third_party/ced/src/compact_enc_det/compact_enc_det.h", |
| 32 "+third_party/khronos", | 33 "+third_party/khronos", |
| 33 "+third_party/skia", | 34 "+third_party/skia", |
| 34 "+ui/gfx", | 35 "+ui/gfx", |
| 35 "+url", | 36 "+url", |
| 36 "+webp", | 37 "+webp", |
| 37 "-bindings", | 38 "-bindings", |
| 38 "-core", | 39 "-core", |
| 39 "-modules", | 40 "-modules", |
| 40 ] | 41 ] |
| OLD | NEW |