Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+gpu/blink", | |
| 3 "+gpu/command_buffer/client", | 2 "+gpu/command_buffer/client", |
| 4 "+webkit/common/gpu", | 3 "+gpu/command_buffer/common", |
| 4 "+gpu/skia_bindings", | |
| 5 "+skia/ext", | |
| 6 "+third_party/WebKit/public/platform", | |
|
piman
2015/01/23 03:21:17
nit: you don't need this one anymore
tfarina
2015/01/23 14:58:16
Done.
| |
| 5 ] | 7 ] |
| OLD | NEW |