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

Unified Diff: remoting/remoting.gyp

Issue 9465035: Move ClientSession's input logic into separate components. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 8 years, 9 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/key_event_tracker_unittest.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 2b3cf7edea52246de48a0c7c9874ff85d20118c9..7757e994f89e2bbd0d22af48963748773da4de00 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -819,6 +819,8 @@
'host/policy_hack/nat_policy_win.cc',
'host/register_support_host_request.cc',
'host/register_support_host_request.h',
+ 'host/remote_input_filter.cc',
+ 'host/remote_input_filter.h',
'host/screen_recorder.cc',
'host/screen_recorder.h',
'host/server_log_entry.cc',
@@ -1130,8 +1132,8 @@
'protocol/jingle_session.h',
'protocol/jingle_session_manager.cc',
'protocol/jingle_session_manager.h',
- 'protocol/key_event_tracker.cc',
- 'protocol/key_event_tracker.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',
@@ -1263,6 +1265,7 @@
'host/capturer_linux_unittest.cc',
'host/capturer_mac_unittest.cc',
'host/capturer_win_unittest.cc',
+ 'host/remote_input_filter_unittest.cc',
'host/test_key_pair.h',
'jingle_glue/fake_signal_strategy.cc',
'jingle_glue/fake_signal_strategy.h',
@@ -1281,7 +1284,7 @@
'protocol/fake_session.h',
'protocol/jingle_messages_unittest.cc',
'protocol/jingle_session_unittest.cc',
- 'protocol/key_event_tracker_unittest.cc',
+ 'protocol/input_event_tracker_unittest.cc',
'protocol/message_decoder_unittest.cc',
'protocol/message_reader_unittest.cc',
'protocol/negotiating_authenticator_unittest.cc',
« no previous file with comments | « remoting/protocol/key_event_tracker_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698