| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index 84794e1309c89ae5b1a0032d2ef44cf6c745a770..ec3216589f529be1f0dfd7be4991673ca138fcd7 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -361,12 +361,14 @@
|
| 'protocol/host_event_message_handler.h',
|
| 'protocol/host_message_dispatcher.cc',
|
| 'protocol/host_message_dispatcher.h',
|
| + 'protocol/message_decoder.cc',
|
| + 'protocol/message_decoder.h',
|
| + 'protocol/message_reader.cc',
|
| + 'protocol/message_reader.h',
|
| 'protocol/jingle_chromotocol_connection.cc',
|
| 'protocol/jingle_chromotocol_connection.h',
|
| 'protocol/jingle_chromotocol_server.cc',
|
| 'protocol/jingle_chromotocol_server.h',
|
| - 'protocol/messages_decoder.cc',
|
| - 'protocol/messages_decoder.h',
|
| 'protocol/rtp_reader.cc',
|
| 'protocol/rtp_reader.h',
|
| 'protocol/rtp_utils.cc',
|
| @@ -375,8 +377,6 @@
|
| 'protocol/rtp_writer.h',
|
| 'protocol/socket_reader_base.cc',
|
| 'protocol/socket_reader_base.h',
|
| - 'protocol/stream_reader.cc',
|
| - 'protocol/stream_reader.h',
|
| 'protocol/stream_writer.cc',
|
| 'protocol/stream_writer.h',
|
| 'protocol/util.cc',
|
| @@ -448,7 +448,7 @@
|
| 'jingle_glue/mock_objects.h',
|
| 'jingle_glue/stream_socket_adapter_unittest.cc',
|
| 'protocol/jingle_chromotocol_connection_unittest.cc',
|
| - 'protocol/messages_decoder_unittest.cc',
|
| + 'protocol/message_decoder_unittest.cc',
|
| 'protocol/fake_connection.cc',
|
| 'protocol/fake_connection.h',
|
| 'protocol/session_manager_pair.cc',
|
|
|