Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+gpu/command_buffer", | 2 "+gpu/command_buffer", |
| 3 "+libEGL", | 3 "+libEGL", |
| 4 "+libGLESv2", | 4 "+libGLESv2", |
| 5 "+media/video/arc_video_accelerator.h", | |
|
Pawel Osciak
2015/12/23 06:24:01
This should not go into this CL I think?
kcwu
2015/12/23 09:09:43
Done.
| |
| 5 "+media/video/jpeg_decode_accelerator.h", | 6 "+media/video/jpeg_decode_accelerator.h", |
| 6 "+media/video/video_decode_accelerator.h", | 7 "+media/video/video_decode_accelerator.h", |
| 7 "+media/video/video_encode_accelerator.h", | 8 "+media/video/video_encode_accelerator.h", |
| 8 "+skia", | 9 "+skia", |
| 9 "+third_party/mesa", | 10 "+third_party/mesa", |
| 10 ] | 11 ] |
| OLD | NEW |