| 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/json", | 5 "+base/json", |
| 6 "+base/location.h", | 6 "+base/location.h", |
| 7 "+base/memory", | 7 "+base/memory", |
| 8 "+base/metrics/histogram.h", | 8 "+base/metrics/histogram.h", |
| 9 "+base/metrics/sparse_histogram.h", | 9 "+base/metrics/sparse_histogram.h", |
| 10 "+base/strings/stringprintf.h", | 10 "+base/strings/stringprintf.h", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 "+public/platform", | 21 "+public/platform", |
| 22 "+skia/ext", | 22 "+skia/ext", |
| 23 "+third_party/khronos", | 23 "+third_party/khronos", |
| 24 "+third_party/skia", | 24 "+third_party/skia", |
| 25 "+ui/gfx", | 25 "+ui/gfx", |
| 26 "+url", | 26 "+url", |
| 27 "+webp", | 27 "+webp", |
| 28 "-bindings", | 28 "-bindings", |
| 29 "-core", | 29 "-core", |
| 30 "-modules", | 30 "-modules", |
| 31 "+mojo/common", |
| 31 ] | 32 ] |
| OLD | NEW |