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

Unified Diff: remoting/remoting.gyp

Issue 5382008: Refactor ZLib and Verbatim encoders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed comments Created 10 years 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/protocol/mock_objects.h ('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 e46154b5df3c9aab6e7a6766fbf4fe837e8d3245..9b2afd7ebc20c1ca76f20ffd74328e943dc8d764 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -135,6 +135,8 @@
'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',
@@ -150,12 +152,10 @@
'base/decompressor_zlib.cc',
'base/decompressor_zlib.h',
'base/encoder.h',
- 'base/encoder_verbatim.cc',
- 'base/encoder_verbatim.h',
'base/encoder_vp8.cc',
'base/encoder_vp8.h',
- 'base/encoder_zlib.cc',
- 'base/encoder_zlib.h',
+ 'base/encoder_row_based.cc',
+ 'base/encoder_row_based.h',
'base/tracer.cc',
'base/tracer.h',
'base/types.h',
@@ -457,9 +457,8 @@
# BUG57351 'base/decoder_vp8_unittest.cc',
'base/decompressor_zlib_unittest.cc',
# BUG57351 'base/encode_decode_unittest.cc',
-# BUG57351 'base/encoder_verbatim_unittest.cc',
# BUG57351 'base/encoder_vp8_unittest.cc',
-# BUG57351 'base/encoder_zlib_unittest.cc',
+# BUG57351 'base/encoder_row_based_unittest.cc',
'base/mock_objects.h',
# BUG57351 'client/chromoting_view_unittest.cc',
'client/mock_objects.h',
« no previous file with comments | « remoting/protocol/mock_objects.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698