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

Unified Diff: remoting/remoting.gyp

Issue 8647001: Add implementation for current IT2Me auth. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 eb17f965af9de87e7a5eaab1f749f27f20fbd130..68d8146b5b9ea321d1e3289faaeafa2375e1023a 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -804,8 +804,12 @@
'protocol/session_config.cc',
'protocol/session_config.h',
'protocol/session_manager.h',
+ 'protocol/simple_client_authenticator.cc',
+ 'protocol/simple_client_authenticator.h',
'protocol/simple_client_channel_authenticator.cc',
'protocol/simple_client_channel_authenticator.h',
+ 'protocol/simple_host_authenticator.cc',
+ 'protocol/simple_host_authenticator.h',
'protocol/simple_host_channel_authenticator.cc',
'protocol/simple_host_channel_authenticator.h',
'protocol/socket_reader_base.cc',
@@ -926,6 +930,7 @@
'protocol/protocol_mock_objects.h',
'protocol/rtp_video_reader_unittest.cc',
'protocol/rtp_video_writer_unittest.cc',
+ 'protocol/simple_authenticator_unittest.cc',
'run_all_unittests.cc',
],
'conditions': [

Powered by Google App Engine
This is Rietveld 408576698