Chromium Code Reviews| Index: content/content_common.gypi |
| diff --git a/content/content_common.gypi b/content/content_common.gypi |
| index 55930974c8ca617395c99819f8583f0badae4169..85105f61aab42329bc4b29909adaeebe79361da0 100644 |
| --- a/content/content_common.gypi |
| +++ b/content/content_common.gypi |
| @@ -288,6 +288,8 @@ |
| 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', |
| 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc', |
| 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.h', |
| + 'common/gpu/client/gpu_jpeg_decode_accelerator_host.cc', |
|
Pawel Osciak
2015/05/28 09:13:18
Should be above .../gpu_memory...
kcwu
2015/05/28 12:10:28
Done.
|
| + 'common/gpu/client/gpu_jpeg_decode_accelerator_host.h', |
| 'common/gpu/client/gpu_video_decode_accelerator_host.cc', |
| 'common/gpu/client/gpu_video_decode_accelerator_host.h', |
| 'common/gpu/client/gpu_video_encode_accelerator_host.cc', |
| @@ -336,6 +338,8 @@ |
| 'common/gpu/image_transport_surface_win.cc', |
| 'common/gpu/media/fake_video_decode_accelerator.cc', |
| 'common/gpu/media/fake_video_decode_accelerator.h', |
| + 'common/gpu/media/gpu_jpeg_decode_accelerator.cc', |
| + 'common/gpu/media/gpu_jpeg_decode_accelerator.h', |
| 'common/gpu/media/gpu_video_accelerator_util.cc', |
| 'common/gpu/media/gpu_video_accelerator_util.h', |
| 'common/gpu/media/gpu_video_decode_accelerator.cc', |
| @@ -886,6 +890,8 @@ |
| 'common/gpu/media/vaapi_jpeg_decoder.h', |
| 'common/gpu/media/vaapi_picture.cc', |
| 'common/gpu/media/vaapi_picture.h', |
| + 'common/gpu/media/vaapi_jpeg_decode_accelerator.cc', |
|
Pawel Osciak
2015/05/28 09:13:18
Should be above vaapi_picture and vaapi_jpeg_decod
kcwu
2015/05/28 12:10:28
Done.
|
| + 'common/gpu/media/vaapi_jpeg_decode_accelerator.h', |
| 'common/gpu/media/vaapi_video_decode_accelerator.cc', |
| 'common/gpu/media/vaapi_video_decode_accelerator.h', |
| 'common/gpu/media/vaapi_video_encode_accelerator.cc', |