summaryrefslogtreecommitdiffstats
path: root/remoting/remoting.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r--remoting/remoting.gyp10
1 files changed, 7 insertions, 3 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index b045a62..82df802 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',