Index: content/content_common.gypi |
diff --git a/content/content_common.gypi b/content/content_common.gypi |
index 566c24500ced85499801725933f3c3d5b65374c6..2b4c76a62f22317655579d183a04c476793d8bef 100644 |
--- a/content/content_common.gypi |
+++ b/content/content_common.gypi |
@@ -200,6 +200,8 @@ |
'common/gpu/client/gpu_memory_buffer_impl_mac.cc', |
'common/gpu/client/gpu_memory_buffer_impl_shm.cc', |
'common/gpu/client/gpu_memory_buffer_impl_shm.h', |
+ 'common/gpu/client/gpu_memory_buffer_impl_surface_texture.h', |
Hongbo Min
2014/03/18 06:10:03
nit:alpha order.
|
+ 'common/gpu/client/gpu_memory_buffer_impl_surface_texture.cc', |
'common/gpu/client/gpu_memory_buffer_impl_win.cc', |
'common/gpu/client/gpu_video_decode_accelerator_host.cc', |
'common/gpu/client/gpu_video_decode_accelerator_host.h', |
@@ -244,6 +246,8 @@ |
'common/gpu/media/video_decode_accelerator_impl.h', |
'common/gpu/stream_texture_android.cc', |
'common/gpu/stream_texture_android.h', |
+ 'common/gpu/surface_texture_bridge_android.cc', |
+ 'common/gpu/surface_texture_bridge_android.h', |
'common/gpu/sync_point_manager.cc', |
'common/gpu/sync_point_manager.h', |
'common/gpu/texture_image_transport_surface.cc', |