Index: remoting/remoting.gyp |
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp |
index 61373236a41be2d457d61bd73638e4d8b42c1d27..b88cda69cc2e3ff90c7fabcbb97e69e25c7f7735 100644 |
--- a/remoting/remoting.gyp |
+++ b/remoting/remoting.gyp |
@@ -788,6 +788,8 @@ |
'host/policy_hack/nat_policy_win.cc', |
'host/register_support_host_request.cc', |
'host/register_support_host_request.h', |
+ 'host/remote_input_filter.cc', |
+ 'host/remote_input_filter.h', |
'host/screen_recorder.cc', |
'host/screen_recorder.h', |
'host/server_log_entry.cc', |
@@ -1097,8 +1099,8 @@ |
'protocol/jingle_session.h', |
'protocol/jingle_session_manager.cc', |
'protocol/jingle_session_manager.h', |
- 'protocol/key_event_tracker.cc', |
- 'protocol/key_event_tracker.h', |
+ 'protocol/input_event_tracker.cc', |
+ 'protocol/input_event_tracker.h', |
'protocol/libjingle_transport_factory.cc', |
'protocol/libjingle_transport_factory.h', |
'protocol/me2me_host_authenticator_factory.cc', |
@@ -1229,6 +1231,7 @@ |
'host/capturer_linux_unittest.cc', |
'host/capturer_mac_unittest.cc', |
'host/capturer_win_unittest.cc', |
+ 'host/remote_input_filter_unittest.cc', |
'host/test_key_pair.h', |
'jingle_glue/fake_signal_strategy.cc', |
'jingle_glue/fake_signal_strategy.h', |
@@ -1247,7 +1250,7 @@ |
'protocol/fake_session.h', |
'protocol/jingle_messages_unittest.cc', |
'protocol/jingle_session_unittest.cc', |
- 'protocol/key_event_tracker_unittest.cc', |
+ 'protocol/input_event_tracker_unittest.cc', |
'protocol/message_decoder_unittest.cc', |
'protocol/message_reader_unittest.cc', |
'protocol/negotiating_authenticator_unittest.cc', |