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

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
« no previous file with comments | « remoting/protocol/v1_authenticator_unittest.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 3004de2e8e203eea8d511b46c1be43a0c7fd6db1..0c88a78e3a6dc100f38506adf5d2eb21d982f7ed 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -810,6 +810,8 @@
'protocol/transport_config.h',
'protocol/util.cc',
'protocol/util.h',
+ 'protocol/v1_authenticator.cc',
+ 'protocol/v1_authenticator.h',
'protocol/v1_client_channel_authenticator.cc',
'protocol/v1_client_channel_authenticator.h',
'protocol/v1_host_channel_authenticator.cc',
@@ -926,6 +928,7 @@
'protocol/protocol_mock_objects.h',
'protocol/rtp_video_reader_unittest.cc',
'protocol/rtp_video_writer_unittest.cc',
+ 'protocol/v1_authenticator_unittest.cc',
'run_all_unittests.cc',
],
'conditions': [
« no previous file with comments | « remoting/protocol/v1_authenticator_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698