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

Unified Diff: remoting/remoting.gyp

Issue 11195029: Remove ZLib codec support from chromoting host and client. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 | « remoting/host/client_session.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index df6c2b03644b5879295a3f55ec395854bf846862..572b53b0384b9a1943bb1eb27087e61148a8d617 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -1329,7 +1329,6 @@
'../third_party/libvpx/libvpx.gyp:libvpx',
'../third_party/protobuf/protobuf.gyp:protobuf_lite',
'../third_party/speex/speex.gyp:libspeex',
- '../third_party/zlib/zlib.gyp:zlib',
'../media/media.gyp:yuv_convert',
'remoting_jingle_glue',
'remoting_resources',
@@ -1356,18 +1355,8 @@
'base/capture_data.h',
'base/compound_buffer.cc',
'base/compound_buffer.h',
- 'base/compressor.h',
- 'base/compressor_verbatim.cc',
- 'base/compressor_verbatim.h',
- 'base/compressor_zlib.cc',
- 'base/compressor_zlib.h',
'base/constants.cc',
'base/constants.h',
- 'base/decompressor.h',
- 'base/decompressor_verbatim.cc',
- 'base/decompressor_verbatim.h',
- 'base/decompressor_zlib.cc',
- 'base/decompressor_zlib.h',
'base/plugin_thread_task_runner.cc',
'base/plugin_thread_task_runner.h',
'base/rate_counter.cc',
@@ -1392,15 +1381,15 @@
'codec/audio_encoder_verbatim.cc',
'codec/audio_encoder_verbatim.h',
'codec/video_decoder.h',
+ 'codec/video_decoder_verbatim.cc',
+ 'codec/video_decoder_verbatim.h',
'codec/video_decoder_vp8.cc',
'codec/video_decoder_vp8.h',
- 'codec/video_decoder_row_based.cc',
- 'codec/video_decoder_row_based.h',
'codec/video_encoder.h',
+ 'codec/video_encoder_verbatim.cc',
+ 'codec/video_encoder_verbatim.h',
'codec/video_encoder_vp8.cc',
'codec/video_encoder_vp8.h',
- 'codec/video_encoder_row_based.cc',
- 'codec/video_encoder_row_based.h',
],
}, # end of target 'remoting_base'
@@ -2005,8 +1994,6 @@
'base/auto_thread_task_runner_unittest.cc',
'base/breakpad_win_unittest.cc',
'base/compound_buffer_unittest.cc',
- 'base/compressor_zlib_unittest.cc',
- 'base/decompressor_zlib_unittest.cc',
'base/resources_unittest.cc',
'base/util_unittest.cc',
'client/audio_player_unittest.cc',
@@ -2015,8 +2002,7 @@
'codec/codec_test.cc',
'codec/codec_test.h',
'codec/video_decoder_vp8_unittest.cc',
- 'codec/video_encode_decode_unittest.cc',
- 'codec/video_encoder_row_based_unittest.cc',
+ 'codec/video_encoder_verbatim_unittest.cc',
'codec/video_encoder_vp8_unittest.cc',
'host/audio_capturer_win_unittest.cc',
'host/chromoting_host_context_unittest.cc',
« no previous file with comments | « remoting/host/client_session.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698