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

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: 89e2665f Rebase. 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
« content/common/gpu/surface_capturer.h ('K') | « content/content_browser.gypi ('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 18ecdeaa036c638bb63b5721eb7cf92ef479fd9c..a34d808d513cc7af8aee6c3c2543aa3dca6e8bb3 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -193,6 +193,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',
@@ -220,29 +222,33 @@
'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/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',
« content/common/gpu/surface_capturer.h ('K') | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698