| 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", |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 "+platform", | 35 "+platform", |
| 36 "+public/platform", | 36 "+public/platform", |
| 37 "+services/service_manager/public/interfaces", | 37 "+services/service_manager/public/interfaces", |
| 38 "+skia/ext", | 38 "+skia/ext", |
| 39 "+third_party/ced/src/compact_enc_det/compact_enc_det.h", | 39 "+third_party/ced/src/compact_enc_det/compact_enc_det.h", |
| 40 "+third_party/khronos", | 40 "+third_party/khronos", |
| 41 "+third_party/skia", | 41 "+third_party/skia", |
| 42 "+ui/gfx", | 42 "+ui/gfx", |
| 43 "+url", | 43 "+url", |
| 44 "+webp", | 44 "+webp", |
| 45 "+build/mac", |
| 45 "+build/win", | 46 "+build/win", |
| 46 "-bindings", | 47 "-bindings", |
| 47 "-core", | 48 "-core", |
| 48 "-modules", | 49 "-modules", |
| 49 ] | 50 ] |
| OLD | NEW |