Index: remoting/remoting.gyp |
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp |
index ef1ac4e6fae77217795f3f33b63021ed29f8f627..8dd67730e57db6ea8095968007fda28b9d25dac8 100644 |
--- a/remoting/remoting.gyp |
+++ b/remoting/remoting.gyp |
@@ -1031,8 +1031,6 @@ |
'client/frame_producer.h', |
'client/key_event_mapper.cc', |
'client/key_event_mapper.h', |
- 'client/mouse_input_filter.cc', |
- 'client/mouse_input_filter.h', |
'client/rectangle_update_decoder.cc', |
'client/rectangle_update_decoder.h', |
], |
@@ -1407,6 +1405,8 @@ |
'protocol/host_event_dispatcher.h', |
'protocol/host_event_stub.h', |
'protocol/host_stub.h', |
+ 'protocol/input_event_tracker.cc', |
+ 'protocol/input_event_tracker.h', |
'protocol/input_filter.cc', |
'protocol/input_filter.h', |
'protocol/input_stub.h', |
@@ -1418,8 +1418,6 @@ |
'protocol/jingle_session.h', |
'protocol/jingle_session_manager.cc', |
'protocol/jingle_session_manager.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', |
@@ -1428,6 +1426,8 @@ |
'protocol/message_decoder.h', |
'protocol/message_reader.cc', |
'protocol/message_reader.h', |
+ 'protocol/mouse_input_filter.cc', |
+ 'protocol/mouse_input_filter.h', |
'protocol/negotiating_authenticator.cc', |
'protocol/negotiating_authenticator.h', |
'protocol/pepper_transport_factory.cc', |
@@ -1548,7 +1548,6 @@ |
'base/base_mock_objects.h', |
'base/util_unittest.cc', |
'client/key_event_mapper_unittest.cc', |
- 'client/mouse_input_filter_unittest.cc', |
'host/capturer_linux_unittest.cc', |
'host/capturer_mac_unittest.cc', |
'host/capturer_win_unittest.cc', |
@@ -1575,6 +1574,7 @@ |
'protocol/input_event_tracker_unittest.cc', |
'protocol/message_decoder_unittest.cc', |
'protocol/message_reader_unittest.cc', |
+ 'protocol/mouse_input_filter_unittest.cc', |
'protocol/negotiating_authenticator_unittest.cc', |
'protocol/protocol_mock_objects.cc', |
'protocol/protocol_mock_objects.h', |