| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index 5772e92ea5814f5b374b81964c7c96751ccc1396..071bfdebe7abcebc7db893e6e8152113bd38f239 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -630,15 +630,14 @@
|
| 'client/chromoting_client.h',
|
| 'client/chromoting_stats.cc',
|
| 'client/chromoting_stats.h',
|
| - 'client/chromoting_view.cc',
|
| 'client/chromoting_view.h',
|
| 'client/client_config.cc',
|
| 'client/client_config.h',
|
| 'client/client_context.cc',
|
| 'client/client_context.h',
|
| 'client/frame_consumer.h',
|
| - 'client/input_handler.cc',
|
| - 'client/input_handler.h',
|
| + 'client/mouse_input_filter.cc',
|
| + 'client/mouse_input_filter.h',
|
| 'client/rectangle_update_decoder.cc',
|
| 'client/rectangle_update_decoder.h',
|
| ],
|
| @@ -778,6 +777,8 @@
|
| 'protocol/jingle_session_manager.h',
|
| 'protocol/jingle_stream_connector.cc',
|
| 'protocol/jingle_stream_connector.h',
|
| + 'protocol/key_event_tracker.cc',
|
| + 'protocol/key_event_tracker.h',
|
| 'protocol/message_decoder.cc',
|
| 'protocol/message_decoder.h',
|
| 'protocol/message_reader.cc',
|
|
|