| 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/guid.h", | 6 "+base/guid.h", |
| 7 "+base/json", | 7 "+base/json", |
| 8 "+base/location.h", | 8 "+base/location.h", |
| 9 "+base/memory", | 9 "+base/memory", |
| 10 "+base/metrics/histogram.h", | 10 "+base/metrics/histogram.h", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 "+base/trace_event", | 21 "+base/trace_event", |
| 22 "+base/values.h", | 22 "+base/values.h", |
| 23 "+device", | 23 "+device", |
| 24 "+gpu/GLES2", | 24 "+gpu/GLES2", |
| 25 "+mozilla", | 25 "+mozilla", |
| 26 "+platform", | 26 "+platform", |
| 27 "+public/platform", | 27 "+public/platform", |
| 28 "+skia/ext", | 28 "+skia/ext", |
| 29 "+third_party/khronos", | 29 "+third_party/khronos", |
| 30 "+third_party/skia", | 30 "+third_party/skia", |
| 31 "+third_party/zlib/google/compression_utils.h", |
| 31 "+ui/gfx", | 32 "+ui/gfx", |
| 32 "+url", | 33 "+url", |
| 33 "+webp", | 34 "+webp", |
| 34 "-bindings", | 35 "-bindings", |
| 35 "-core", | 36 "-core", |
| 36 "-modules", | 37 "-modules", |
| 37 ] | 38 ] |
| OLD | NEW |