| 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/callback.h", | 5 "+base/callback.h", |
| 6 "+base/callback_forward.h", | 6 "+base/callback_forward.h", |
| 7 "+base/files", | 7 "+base/files", |
| 8 "+base/guid.h", | 8 "+base/guid.h", |
| 9 "+base/json", | 9 "+base/json", |
| 10 "+base/location.h", | 10 "+base/location.h", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 "+mozilla", | 31 "+mozilla", |
| 32 "+platform", | 32 "+platform", |
| 33 "+public/platform", | 33 "+public/platform", |
| 34 "+skia/ext", | 34 "+skia/ext", |
| 35 "+third_party/ced/src/compact_enc_det/compact_enc_det.h", | 35 "+third_party/ced/src/compact_enc_det/compact_enc_det.h", |
| 36 "+third_party/khronos", | 36 "+third_party/khronos", |
| 37 "+third_party/skia", | 37 "+third_party/skia", |
| 38 "+ui/gfx", | 38 "+ui/gfx", |
| 39 "+url", | 39 "+url", |
| 40 "+webp", | 40 "+webp", |
| 41 "+build/win", |
| 41 "-bindings", | 42 "-bindings", |
| 42 "-core", | 43 "-core", |
| 43 "-modules", | 44 "-modules", |
| 44 ] | 45 ] |
| OLD | NEW |