| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index 80d8d5d3eba7011b082c0b4cb675ee344eca73e9..f4e7079757258cc6687f810c87e11d0c43bbe188 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -365,8 +365,6 @@
|
| 'protocol/buffered_socket_writer.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',
|
| @@ -375,14 +373,14 @@
|
| '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/protobuf_video_reader.cc',
|
| 'protocol/protobuf_video_reader.h',
|
| 'protocol/protobuf_video_writer.cc',
|
| 'protocol/protobuf_video_writer.h',
|
| + 'protocol/jingle_session.cc',
|
| + 'protocol/jingle_session.h',
|
| + 'protocol/jingle_session_manager.cc',
|
| + 'protocol/jingle_session_manager.h',
|
| 'protocol/rtp_reader.cc',
|
| 'protocol/rtp_reader.h',
|
| 'protocol/rtp_utils.cc',
|
| @@ -393,6 +391,8 @@
|
| 'protocol/rtp_video_writer.h',
|
| 'protocol/rtp_writer.cc',
|
| 'protocol/rtp_writer.h',
|
| + 'protocol/session.h',
|
| + 'protocol/session_manager.h',
|
| 'protocol/socket_reader_base.cc',
|
| 'protocol/socket_reader_base.h',
|
| 'protocol/stream_writer.cc',
|
| @@ -470,10 +470,10 @@
|
| 'jingle_glue/iq_request_unittest.cc',
|
| 'jingle_glue/mock_objects.h',
|
| 'jingle_glue/stream_socket_adapter_unittest.cc',
|
| - 'protocol/jingle_chromotocol_connection_unittest.cc',
|
| + 'protocol/jingle_session_unittest.cc',
|
| 'protocol/message_decoder_unittest.cc',
|
| - 'protocol/fake_connection.cc',
|
| - 'protocol/fake_connection.h',
|
| + 'protocol/fake_session.cc',
|
| + 'protocol/fake_session.h',
|
| 'protocol/session_manager_pair.cc',
|
| 'protocol/session_manager_pair.h',
|
| 'run_all_unittests.cc',
|
|
|