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

Unified Diff: remoting/remoting.gyp

Issue 8985007: Refactoring of the client-side input pipeline and scaling dimension management. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 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',
« remoting/protocol/key_event_tracker.cc ('K') | « remoting/protocol/key_event_tracker.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698