Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+..", | 2 "+..", |
| 3 "+bindings", | 3 "+bindings", |
| 4 "+core", | 4 "+core", |
| 5 "+gin/public", | 5 "+gin/public", |
| 6 "+modules", | 6 "+modules", |
| 7 "+painting", | 7 "+painting", |
| 8 "+platform", | 8 "+platform", |
| 9 "+public", | 9 "+public", |
| 10 "+public/platform", | 10 "+public/platform", |
| 11 "+skia", | 11 "+skia", |
| 12 "+third_party/khronos", | 12 "+third_party/khronos", |
| 13 "+third_party/skia", | 13 "+third_party/skia", |
| 14 "+ui/gfx/geometry", | 14 "+ui/gfx/geometry", |
| 15 "+web", | 15 "+web", |
| 16 | |
| 17 # Use platform/wtf/ now (see crbug.com/691465). | |
| 18 "-wtf/", | |
| 19 ] | 16 ] |
| OLD | NEW |