Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+chrome/app", | |
| 3 "+gpu/command_buffer", | 2 "+gpu/command_buffer", |
| 4 "+libEGL", | 3 "+libEGL", |
| 5 "+libGLESv2", | 4 "+libGLESv2", |
| 6 "+media/video/video_decode_accelerator.h", | 5 "+media/video/video_decode_accelerator.h", |
| 7 "+skia", | 6 "+skia", |
| 8 "+third_party/angle/include", | 7 "+third_party/angle/include", |
| 9 "+third_party/openmax", | 8 "+third_party/openmax", |
| 10 "+third_party/mesa", | 9 "+third_party/mesa", |
| 11 ] | 10 ] |
| OLD | NEW |