diff options
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 5e5c3ff..84794e1 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -351,22 +351,22 @@ 'chromoting_jingle_glue', ], 'sources': [ - 'protocol/messages_decoder.cc', - 'protocol/messages_decoder.h', 'protocol/buffered_socket_writer.cc', 'protocol/buffered_socket_writer.h', - 'protocol/chromoting_connection.h', - 'protocol/chromoting_server.h', - 'protocol/host_message_dispatcher.cc', - 'protocol/host_message_dispatcher.h', - 'protocol/host_control_message_handler.h', - 'protocol/host_event_message_handler.h', - 'protocol/jingle_chromoting_connection.cc', - 'protocol/jingle_chromoting_connection.h', - 'protocol/jingle_chromoting_server.cc', - 'protocol/jingle_chromoting_server.h', 'protocol/chromotocol_config.cc', 'protocol/chromotocol_config.h', + 'protocol/chromotocol_connection.h', + 'protocol/chromotocol_server.h', + 'protocol/host_control_message_handler.h', + 'protocol/host_event_message_handler.h', + 'protocol/host_message_dispatcher.cc', + 'protocol/host_message_dispatcher.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', @@ -447,7 +447,7 @@ 'jingle_glue/iq_request_unittest.cc', 'jingle_glue/mock_objects.h', 'jingle_glue/stream_socket_adapter_unittest.cc', - 'protocol/jingle_chromoting_connection_unittest.cc', + 'protocol/jingle_chromotocol_connection_unittest.cc', 'protocol/messages_decoder_unittest.cc', 'protocol/fake_connection.cc', 'protocol/fake_connection.h', |