Index: content/content_common.gypi |
diff --git a/content/content_common.gypi b/content/content_common.gypi |
index c4fb4ab2b08d0968bf8ec82762491e479f30f9e9..b98e96e08b529e8b496d0ba7fc12f8405019c1f8 100644 |
--- a/content/content_common.gypi |
+++ b/content/content_common.gypi |
@@ -282,6 +282,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', |
+ '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', |
@@ -328,6 +330,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_decode_accelerator.cc', |
'common/gpu/media/gpu_video_decode_accelerator.h', |
'common/gpu/media/gpu_video_encode_accelerator.cc', |
@@ -873,6 +877,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', |
wuchengli
2015/03/23 06:30:15
Also add this content/common/BUILD.gn
kcwu
2015/04/14 20:02:34
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', |