Index: remoting/remoting.gyp |
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp |
index 53927b17a4bc363a73baea0b5bec96dc17d93049..74652e99368ac12fb1bf977aca6c1405031d1e68 100644 |
--- a/remoting/remoting.gyp |
+++ b/remoting/remoting.gyp |
@@ -1029,8 +1029,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', |
], |
@@ -1405,6 +1403,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', |
@@ -1416,8 +1416,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', |
@@ -1426,6 +1424,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', |
@@ -1546,7 +1546,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', |
@@ -1573,6 +1572,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', |