Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+base/logging.h", | 2 "+base/logging.h", |
| 3 "+base/memory/memory_pressure_listener.h", | |
| 3 "+base/metrics", | 4 "+base/metrics", |
| 4 "+base/trace_event", | 5 "+base/trace_event", |
| 5 "-bindings", | 6 "-bindings", |
| 6 "+cc", | 7 "+cc", |
| 7 "-cc/blink", | 8 "-cc/blink", |
| 8 "-core", | 9 "-core", |
| 9 "-modules", | 10 "-modules", |
| 10 "+mojo/public", | 11 "+mojo/public", |
| 11 "+platform", | 12 "+platform", |
| 12 "+platform/weborigin", | 13 "+platform/weborigin", |
| 13 "+public/platform", | 14 "+public/platform", |
| 14 "-public/web", | 15 "-public/web", |
| 15 "+third_party/skia", | 16 "+third_party/skia", |
| 16 "+url", | 17 "+url", |
| 17 "-web", | 18 "-web", |
| 18 ] | 19 ] |
| OLD | NEW |