Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+cc", | 2 "+cc", |
| 3 "-cc/blink", | 3 "-cc/blink", |
| 4 "+gpu/GLES2", | 4 "+gpu/GLES2", |
| 5 "+gpu/command_buffer/client", | 5 "+gpu/command_buffer/client", |
| 6 "+gpu/command_buffer/common", | 6 "+gpu/command_buffer/common", |
| 7 "+gpu/skia_bindings", | |
| 8 "+skia/ext", | |
| 7 "+third_party/khronos/GLES2", | 9 "+third_party/khronos/GLES2", |
| 8 "+third_party/skia/include", | 10 "+third_party/skia/include", |
| 9 "+ui/gfx", | 11 "+ui/gfx", |
| 10 ] | 12 ] |
| OLD | NEW |