| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index adc4d9648902e29b54b8facea2783d9d028173fe..96145dfbf58d3b770ce181ec597d4cb17656a3e2 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -717,8 +717,10 @@
|
| 'protocol/buffered_socket_writer.h',
|
| 'protocol/channel_authenticator.cc',
|
| 'protocol/channel_authenticator.h',
|
| - 'protocol/client_message_dispatcher.cc',
|
| - 'protocol/client_message_dispatcher.h',
|
| + 'protocol/client_control_dispatcher.cc',
|
| + 'protocol/client_control_dispatcher.h',
|
| + 'protocol/client_input_dispatcher.cc',
|
| + 'protocol/client_input_dispatcher.h',
|
| 'protocol/client_stub.h',
|
| 'protocol/connection_to_client.cc',
|
| 'protocol/connection_to_client.h',
|
| @@ -728,13 +730,9 @@
|
| 'protocol/content_description.h',
|
| 'protocol/host_control_dispatcher.cc',
|
| 'protocol/host_control_dispatcher.h',
|
| - 'protocol/host_control_sender.cc',
|
| - 'protocol/host_control_sender.h',
|
| 'protocol/host_input_dispatcher.cc',
|
| 'protocol/host_input_dispatcher.h',
|
| 'protocol/host_stub.h',
|
| - 'protocol/input_sender.cc',
|
| - 'protocol/input_sender.h',
|
| 'protocol/input_stub.h',
|
| 'protocol/jingle_channel_connector.h',
|
| 'protocol/jingle_datagram_connector.cc',
|
|
|