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

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: Replace |authenticated_| with an InputFilter. 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
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 61373236a41be2d457d61bd73638e4d8b42c1d27..b88cda69cc2e3ff90c7fabcbb97e69e25c7f7735 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -788,6 +788,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',
@@ -1097,8 +1099,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',
@@ -1229,6 +1231,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',
@@ -1247,7 +1250,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',

Powered by Google App Engine
This is Rietveld 408576698