Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(879)

Unified Diff: remoting/remoting.gyp

Issue 10255007: Clamp events before they are sent to EventExecutors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
« remoting/host/event_executor_mac.cc ('K') | « remoting/protocol/mouse_input_filter_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698