Index: remoting/remoting.gyp |
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp |
index 85718e351fc71e6c4d1c2f90daf00beebf0440bc..3c601d3bc93568837d59b3e14642ec3ba4f1c437 100644 |
--- a/remoting/remoting.gyp |
+++ b/remoting/remoting.gyp |
@@ -129,14 +129,24 @@ |
# depend on chromotocol_proto_lib for headers. |
'hard_dependency': 1, |
'sources': [ |
+ 'base/capture_data.h', |
'base/compressor.h', |
'base/compressor_zlib.cc', |
'base/compressor_zlib.h', |
'base/constants.cc', |
'base/constants.h', |
+ 'base/decoder.h', |
+ 'base/decoder_verbatim.cc', |
+ 'base/decoder_verbatim.h', |
'base/decompressor.h', |
'base/decompressor_zlib.cc', |
'base/decompressor_zlib.h', |
+ 'base/encoder.h', |
+ 'base/encoder_verbatim.cc', |
+ 'base/encoder_verbatim.h', |
+ # TODO(hclam): Enable VP8 in the build. |
+ #'base/encoder_vp8.cc', |
+ #'base/encoder_vp8.h', |
'base/multiple_array_input_stream.cc', |
'base/multiple_array_input_stream.h', |
'base/protocol_decoder.cc', |
@@ -166,12 +176,6 @@ |
'host/differ.cc', |
'host/differ_block.h', |
'host/differ_block.cc', |
- 'host/encoder.h', |
- 'host/encoder_verbatim.cc', |
- 'host/encoder_verbatim.h', |
- # TODO(hclam): Enable VP8 in the build. |
- #'host/encoder_vp8.cc', |
- #'host/encoder_vp8.h', |
'host/event_executor.h', |
'host/session_manager.cc', |
'host/session_manager.h', |
@@ -231,9 +235,6 @@ |
'client/client_context.h', |
'client/client_util.cc', |
'client/client_util.h', |
- 'client/decoder.h', |
- 'client/decoder_verbatim.cc', |
- 'client/decoder_verbatim.h', |
'client/host_connection.h', |
'client/input_handler.h', |
'client/jingle_host_connection.cc', |
@@ -342,12 +343,14 @@ |
], |
'sources': [ |
'base/compressor_zlib_unittest.cc', |
+ 'base/decoder_verbatim_unittest.cc', |
'base/decompressor_zlib_unittest.cc', |
+ # TODO(hclam): Enable VP8 in the build. |
+ #'base/encoder_vp8_unittest.cc', |
'base/mock_objects.h', |
'base/multiple_array_input_stream_unittest.cc', |
'base/protocol_decoder_unittest.cc', |
'client/mock_objects.h', |
- 'client/decoder_verbatim_unittest.cc', |
'host/chromoting_host_context_unittest.cc', |
'host/client_connection_unittest.cc', |
'host/differ_unittest.cc', |
@@ -355,8 +358,6 @@ |
'host/json_host_config_unittest.cc', |
'host/mock_objects.h', |
'host/session_manager_unittest.cc', |
- # TODO(hclam): Enable VP8 in the build. |
- #'host/encoder_vp8_unittest.cc', |
'jingle_glue/jingle_thread_unittest.cc', |
'jingle_glue/jingle_channel_unittest.cc', |
'jingle_glue/iq_request_unittest.cc', |