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

Unified Diff: remoting/remoting.gyp

Issue 6724033: Remove authenticated_ fields from stubs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tweak. Created 9 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 c402b27ec76eb159e0f2217f923de29223d898fa..4d3060f7e0a80e24ef65bf02e560b443ed439291 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -395,7 +395,6 @@
'protocol/client_control_Sender.h',
'protocol/client_message_dispatcher.cc',
'protocol/client_message_dispatcher.h',
- 'protocol/client_stub.cc',
'protocol/client_stub.h',
'protocol/connection_to_client.cc',
'protocol/connection_to_client.h',
@@ -405,11 +404,9 @@
'protocol/host_control_sender.h',
'protocol/host_message_dispatcher.cc',
'protocol/host_message_dispatcher.h',
- 'protocol/host_stub.cc',
'protocol/host_stub.h',
'protocol/input_sender.cc',
'protocol/input_sender.h',
- 'protocol/input_stub.cc',
'protocol/input_stub.h',
'protocol/jingle_session.cc',
'protocol/jingle_session.h',
@@ -543,6 +540,7 @@
'host/access_verifier_unittest.cc',
'host/chromoting_host_context_unittest.cc',
'host/chromoting_host_unittest.cc',
+ 'host/client_session_unittest.cc',
'host/differ_block_unittest.cc',
'host/differ_unittest.cc',
'host/heartbeat_sender_unittest.cc',
@@ -552,6 +550,8 @@
'host/json_host_config_unittest.cc',
'host/screen_recorder_unittest.cc',
'host/test_key_pair.h',
+ 'host/user_authenticator_fake.cc',
+ 'host/user_authenticator_fake.h',
'jingle_glue/channel_socket_adapter_unittest.cc',
'jingle_glue/iq_request_unittest.cc',
'jingle_glue/jingle_client_unittest.cc',
« remoting/protocol/host_message_dispatcher.cc ('K') | « remoting/protocol/protocol_mock_objects.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698