diff options
author | hshi@chromium.org <hshi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-17 21:23:20 +0000 |
---|---|---|
committer | hshi@chromium.org <hshi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-17 21:23:20 +0000 |
commit | 8a15b94069fdcca51f6d3202fe695135fe40f764 (patch) | |
tree | 2f844e4ed432c094e90edd67f9152645757d05f3 /content/content_common.gypi | |
parent | 9da07067fa4d33268db5c02995dd3472a3511aeb (diff) | |
download | chromium_src-8a15b94069fdcca51f6d3202fe695135fe40f764.zip chromium_src-8a15b94069fdcca51f6d3202fe695135fe40f764.tar.gz chromium_src-8a15b94069fdcca51f6d3202fe695135fe40f764.tar.bz2 |
Revert 220369 "Add content::SurfaceCapturer".
Remove the unused SurfaceCapturer interface. Per discussion we will
not be using this for desktop capture.
BUG=NONE
TEST=local build, trybots
R=cdn@chromium.org, piman@chromium.org, sheu@chromium.org
Review URL: https://codereview.chromium.org/26313003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229229 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r-- | content/content_common.gypi | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi index cb3b2c5..18edca34 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -188,8 +188,6 @@ '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', @@ -226,22 +224,18 @@ 'common/gpu/image_transport_surface_linux.cc', 'common/gpu/image_transport_surface_mac.cc', 'common/gpu/image_transport_surface_win.cc', - '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/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/video_decode_accelerator_impl.cc', + 'common/gpu/media/video_decode_accelerator_impl.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/sync_point_manager.h', 'common/gpu/texture_image_transport_surface.cc', |