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

Unified Diff: remoting/remoting.gyp

Issue 12326090: Third Party authentication protocol. (Closed) Base URL: http://git.chromium.org/chromium/src.git@host_key_pair
Patch Set: REviewer comments Created 7 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/third_party_host_authenticator.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 4105bfe37d7e77fd2e9f53769f96e9e4d17313ab..c9724dd45a29668add084c139d18317e33618f26 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -2448,6 +2448,12 @@
'protocol/transport_config.h',
'protocol/util.cc',
'protocol/util.h',
+ 'protocol/third_party_authenticator_base.cc',
+ 'protocol/third_party_authenticator_base.h',
+ 'protocol/third_party_client_authenticator.cc',
+ 'protocol/third_party_client_authenticator.h',
+ 'protocol/third_party_host_authenticator.cc',
+ 'protocol/third_party_host_authenticator.h',
'protocol/v2_authenticator.cc',
'protocol/v2_authenticator.h',
'protocol/video_reader.cc',
@@ -2591,6 +2597,7 @@
'protocol/protocol_mock_objects.cc',
'protocol/protocol_mock_objects.h',
'protocol/ssl_hmac_channel_authenticator_unittest.cc',
+ 'protocol/third_party_authenticator_unittest.cc',
'protocol/v2_authenticator_unittest.cc',
],
'conditions': [
« no previous file with comments | « remoting/protocol/third_party_host_authenticator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698