Index: remoting/remoting.gyp |
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp |
index c7edcea0900622fcb95e4fdb390c7c9d321d3972..a0f3ea1f026ac70a96d55f9016e5e924c5735aca 100644 |
--- a/remoting/remoting.gyp |
+++ b/remoting/remoting.gyp |
@@ -138,12 +138,16 @@ |
'base/decoder.h', |
'base/decoder_verbatim.cc', |
'base/decoder_verbatim.h', |
+ 'base/decoder_zlib.cc', |
+ 'base/decoder_zlib.h', |
'base/decompressor.h', |
'base/decompressor_zlib.cc', |
'base/decompressor_zlib.h', |
'base/encoder.h', |
'base/encoder_verbatim.cc', |
'base/encoder_verbatim.h', |
+ 'base/encoder_zlib.cc', |
+ 'base/encoder_zlib.h', |
# TODO(hclam): Enable VP8 in the build. |
#'base/encoder_vp8.cc', |
#'base/encoder_vp8.h', |
@@ -346,10 +350,12 @@ |
'base/codec_test.h', |
'base/compressor_zlib_unittest.cc', |
'base/decoder_verbatim_unittest.cc', |
+ 'base/decoder_zlib_unittest.cc', |
'base/decompressor_zlib_unittest.cc', |
'base/encoder_verbatim_unittest.cc', |
# TODO(hclam): Enable VP8 in the build. |
#'base/encoder_vp8_unittest.cc', |
+ 'base/encoder_zlib_unittest.cc', |
'base/mock_objects.h', |
'base/multiple_array_input_stream_unittest.cc', |
'base/protocol_decoder_unittest.cc', |