Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+base/location.h", | |
| 2 "+base/memory", | 3 "+base/memory", |
| 3 "+base/trace_event", | 4 "+base/trace_event", |
| 4 "+mozilla", | 5 "+mozilla", |
| 5 "+platform", | 6 "+platform", |
| 6 "+public/platform", | 7 "+public/platform", |
| 7 "+skia/ext", | 8 "+skia/ext", |
| 8 "+third_party/khronos", | 9 "+third_party/khronos", |
| 9 "+third_party/skia", | 10 "+third_party/skia", |
| 10 "+ui/gfx/geometry", | 11 "+ui/gfx/geometry", |
| 11 "+url", | 12 "+url", |
| 12 "+webp", | 13 "+webp", |
| 13 "-bindings", | 14 "-bindings", |
| 14 "-core", | 15 "-core", |
| 15 "-modules", | 16 "-modules", |
| 16 ] | 17 ] |
| OLD | NEW |