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

Unified Diff: remoting/remoting.gyp

Issue 2815043: zlib decompression for chromoting (Closed)
Patch Set: git try Created 10 years, 6 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/base/decompressor_zlib_unittest.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 b045a62e7c4aba129477e2e9c47b8aacd657212c..82df802a88c712242054b39fb97ba2a797c1aed1 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -122,17 +122,20 @@
# depend on chromotocol_proto_lib for headers.
'hard_dependency': 1,
'sources': [
+ 'base/compressor.h',
+ 'base/compressor_zlib.cc',
+ 'base/compressor_zlib.h',
'base/constants.cc',
'base/constants.h',
- 'base/lossless_compressor.h',
+ 'base/decompressor.h',
+ 'base/decompressor_zlib.cc',
+ 'base/decompressor_zlib.h',
'base/multiple_array_input_stream.cc',
'base/multiple_array_input_stream.h',
'base/protocol_decoder.cc',
'base/protocol_decoder.h',
'base/protocol_util.cc',
'base/protocol_util.h',
- 'base/compressor_zlib.cc',
- 'base/compressor_zlib.h',
],
}, # end of target 'chromoting_base'
@@ -328,6 +331,7 @@
],
'sources': [
'base/compressor_zlib_unittest.cc',
+ 'base/decompressor_zlib_unittest.cc',
'base/mock_objects.h',
'base/multiple_array_input_stream_unittest.cc',
'base/protocol_decoder_unittest.cc',
« no previous file with comments | « remoting/base/decompressor_zlib_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698