| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index 55930974c8ca617395c99819f8583f0badae4169..8129a19e8fe9a1e6a6b73d22f19c47262bafec0b 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -281,6 +281,8 @@
|
| 'common/gpu/client/gl_helper_scaling.h',
|
| 'common/gpu/client/gpu_channel_host.cc',
|
| 'common/gpu/client/gpu_channel_host.h',
|
| + 'common/gpu/client/gpu_jpeg_decode_accelerator_host.cc',
|
| + 'common/gpu/client/gpu_jpeg_decode_accelerator_host.h',
|
| 'common/gpu/client/gpu_memory_buffer_factory_host.h',
|
| 'common/gpu/client/gpu_memory_buffer_impl.cc',
|
| 'common/gpu/client/gpu_memory_buffer_impl.h',
|
| @@ -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',
|
| @@ -882,6 +886,8 @@
|
| ],
|
| 'sources': [
|
| 'common/gpu/media/va_surface.h',
|
| + 'common/gpu/media/vaapi_jpeg_decode_accelerator.cc',
|
| + 'common/gpu/media/vaapi_jpeg_decode_accelerator.h',
|
| 'common/gpu/media/vaapi_jpeg_decoder.cc',
|
| 'common/gpu/media/vaapi_jpeg_decoder.h',
|
| 'common/gpu/media/vaapi_picture.cc',
|
|
|