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

Unified Diff: remoting/remoting.gyp

Issue 14793021: PairingAuthenticator implementation and plumbing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rmsousa's comments. 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..56a782d84e72c1c0383cde9386e9ba36b10d8c3e 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -2470,6 +2470,10 @@
'protocol/negotiating_client_authenticator.h',
'protocol/negotiating_host_authenticator.cc',
'protocol/negotiating_host_authenticator.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