| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index d5e4b0f151b592749ca4006775a4562d654e7616..8b6b5f19538981da0500f243bd8c54851cbb36e0 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -362,15 +362,20 @@
|
| 'protocol/buffered_socket_writer.h',
|
| 'protocol/client_control_sender.cc',
|
| 'protocol/client_control_Sender.h',
|
| + 'protocol/client_message_dispatcher.cc',
|
| + 'protocol/client_message_dispatcher.h',
|
| 'protocol/client_stub.h',
|
| 'protocol/connection_to_client.cc',
|
| 'protocol/connection_to_client.h',
|
| 'protocol/connection_to_host.cc',
|
| 'protocol/connection_to_host.h',
|
| 'protocol/host_control_message_handler.h',
|
| + 'protocol/host_control_sender.cc',
|
| + 'protocol/host_control_sender.h',
|
| 'protocol/host_event_message_handler.h',
|
| 'protocol/host_message_dispatcher.cc',
|
| 'protocol/host_message_dispatcher.h',
|
| + 'protocol/host_stub.h',
|
| 'protocol/input_sender.cc',
|
| 'protocol/input_sender.h',
|
| 'protocol/jingle_connection_to_host.cc',
|
|
|