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

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: Include SkTypes.h before SkSize.h to fix win build. 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
« no previous file with comments | « remoting/protocol/key_event_tracker.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 9f65fc234010ac7d8276b32dd2d3e9416cf26503..5b2bc269df8760dd024bf0cd33ffbc78ede443e3 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -265,8 +265,6 @@
'client/plugin/pepper_plugin_thread_delegate.h',
'client/plugin/pepper_view.cc',
'client/plugin/pepper_view.h',
- 'client/plugin/pepper_view_proxy.cc',
- 'client/plugin/pepper_view_proxy.h',
'client/plugin/pepper_util.cc',
'client/plugin/pepper_util.h',
'client/plugin/pepper_xmpp_proxy.cc',
@@ -632,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',
],
@@ -780,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',
« no previous file with comments | « remoting/protocol/key_event_tracker.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698