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

Unified Diff: remoting/remoting.gyp

Issue 10025001: Add APIs to the client plugin to re-map and trap key events. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments. 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
« no previous file with comments | « remoting/protocol/input_filter.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 ef927de279a03d18499efc8167b46e684fd63ae3..2509c8bdf327f3370f59a50e9204d7e2fecd11e3 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -946,6 +946,8 @@
'client/frame_consumer_proxy.cc',
'client/frame_consumer_proxy.h',
'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',
@@ -1297,6 +1299,7 @@
'base/base_mock_objects.cc',
'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',
« no previous file with comments | « remoting/protocol/input_filter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698