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

Unified Diff: remoting/remoting.gyp

Issue 14793021: PairingAuthenticator implementation and plumbing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Refactored common host- and client-side code into common base. Created 7 years, 7 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 f6cd26c76d84ac8a5b5ef80b81081e8f5f928412..06f7655bd73bbfd09af6f8c6eeda79df2214aeaa 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -2470,6 +2470,12 @@
'protocol/negotiating_client_authenticator.h',
'protocol/negotiating_host_authenticator.cc',
'protocol/negotiating_host_authenticator.h',
+ 'protocol/pairing_authenticator_base.cc',
+ 'protocol/pairing_authenticator_base.h',
+ 'protocol/pairing_client_authenticator.cc',
+ 'protocol/pairing_client_authenticator.h',
+ 'protocol/pairing_host_authenticator.cc',
+ 'protocol/pairing_host_authenticator.h',
'protocol/pairing_registry.cc',
'protocol/pairing_registry.h',
'protocol/protobuf_video_reader.cc',

Powered by Google App Engine
This is Rietveld 408576698