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

Unified Diff: remoting/remoting.gyp

Issue 6594138: Block event processing on host/client until the client has authenticated. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix merge conflict Created 9 years, 10 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/protocol_mock_objects.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 81a986731c57d70910feb2999370edbe41e688be..ba5507d4c41d7a712798d3cfe6438c51d740b895 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -382,6 +382,7 @@
'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',
@@ -391,9 +392,12 @@
'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',
'protocol/jingle_session_manager.cc',
« no previous file with comments | « remoting/protocol/protocol_mock_objects.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698