Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Unified Diff: content/content_common.gypi

Issue 22935009: Add content::SurfaceCapturer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@screencast_stride
Patch Set: a1372c98 Rebase for commit. Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/gpu/surface_capturer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 31b295027f0172f568e0ecb699894ebc9e2c6ce7..409a9d87b27f131a78d75a1cc5bc09668686c276 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -192,6 +192,8 @@
'common/gpu/client/gl_helper.h',
'common/gpu/client/gl_helper_scaling.cc',
'common/gpu/client/gl_helper_scaling.h',
+ 'common/gpu/client/gl_surface_capturer_host.cc',
+ 'common/gpu/client/gl_surface_capturer_host.h',
'common/gpu/client/gpu_channel_host.cc',
'common/gpu/client/gpu_channel_host.h',
'common/gpu/client/gpu_video_decode_accelerator_host.cc',
@@ -219,31 +221,35 @@
'common/gpu/gpu_process_launch_causes.h',
'common/gpu/gpu_rendering_stats.cc',
'common/gpu/gpu_rendering_stats.h',
- 'common/gpu/gpu_surface_lookup.h',
'common/gpu/gpu_surface_lookup.cc',
- 'common/gpu/stream_texture_manager_android.cc',
- 'common/gpu/stream_texture_manager_android.h',
+ 'common/gpu/gpu_surface_lookup.h',
'common/gpu/gpu_watchdog.h',
- 'common/gpu/image_transport_surface.h',
'common/gpu/image_transport_surface.cc',
+ 'common/gpu/image_transport_surface.h',
'common/gpu/image_transport_surface_android.cc',
'common/gpu/image_transport_surface_linux.cc',
'common/gpu/image_transport_surface_mac.cc',
'common/gpu/image_transport_surface_win.cc',
- 'common/gpu/media/h264_bit_reader.cc',
- 'common/gpu/media/h264_bit_reader.h',
- 'common/gpu/media/h264_parser.cc',
- 'common/gpu/media/h264_parser.h',
+ 'common/gpu/media/gl_surface_capturer.cc',
+ 'common/gpu/media/gl_surface_capturer.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/media/video_decode_accelerator_impl.cc',
'common/gpu/media/video_decode_accelerator_impl.h',
- 'common/gpu/sync_point_manager.h',
+ 'common/gpu/media/h264_bit_reader.cc',
+ 'common/gpu/media/h264_bit_reader.h',
+ 'common/gpu/media/h264_parser.cc',
+ 'common/gpu/media/h264_parser.h',
+ 'common/gpu/stream_texture_manager_android.cc',
+ 'common/gpu/stream_texture_manager_android.h',
+ 'common/gpu/surface_capturer.cc',
+ 'common/gpu/surface_capturer.h',
'common/gpu/sync_point_manager.cc',
- 'common/gpu/texture_image_transport_surface.h',
+ 'common/gpu/sync_point_manager.h',
'common/gpu/texture_image_transport_surface.cc',
+ 'common/gpu/texture_image_transport_surface.h',
'common/handle_enumerator_win.cc',
'common/handle_enumerator_win.h',
'common/image_messages.h',
« no previous file with comments | « content/common/gpu/surface_capturer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698