Index: content/content_common.gypi |
diff --git a/content/content_common.gypi b/content/content_common.gypi |
index b9eb787b8b22c72dca25815f58c8c642ce45465e..115824cf3fd69b33b37785f18a80bd0975cc2e2d 100644 |
--- a/content/content_common.gypi |
+++ b/content/content_common.gypi |
@@ -192,6 +192,8 @@ |
'common/gpu/client/gpu_channel_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', |
+ 'common/gpu/client/gpu_video_encode_accelerator_host.h', |
'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', |
'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', |
'common/gpu/gpu_channel.cc', |
@@ -230,6 +232,8 @@ |
'common/gpu/media/h264_parser.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', |
+ 'common/gpu/media/gpu_video_encode_accelerator.h', |
'common/gpu/sync_point_manager.h', |
'common/gpu/sync_point_manager.cc', |
'common/gpu/texture_image_transport_surface.h', |
@@ -480,6 +484,8 @@ |
'sources': [ |
'common/gpu/media/exynos_video_decode_accelerator.cc', |
'common/gpu/media/exynos_video_decode_accelerator.h', |
+ 'common/gpu/media/exynos_video_encode_accelerator.cc', |
+ 'common/gpu/media/exynos_video_encode_accelerator.h', |
Ami GONE FROM CHROMIUM
2013/07/31 23:01:12
EVEA is not a part of this CL.
sheu
2013/08/02 01:27:49
Done.
|
'common/gpu/media/gles2_texture_to_egl_image_translator.cc', |
'common/gpu/media/gles2_texture_to_egl_image_translator.h', |
'common/gpu/media/omx_video_decode_accelerator.cc', |