summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_host_srcs.gypi
diff options
context:
space:
mode:
authorjoedow <joedow@chromium.org>2016-03-14 14:34:07 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-14 21:35:19 +0000
commitae74137e7cfee907d23ec69cc6ba2eb490b8fa6c (patch)
tree44068b18dea3e0cd06bf99a800fde2a5f35a7010 /remoting/remoting_host_srcs.gypi
parenteea1fa26c3d6fa0bd6e088980f1e55b15660ada9 (diff)
downloadchromium_src-ae74137e7cfee907d23ec69cc6ba2eb490b8fa6c.zip
chromium_src-ae74137e7cfee907d23ec69cc6ba2eb490b8fa6c.tar.gz
chromium_src-ae74137e7cfee907d23ec69cc6ba2eb490b8fa6c.tar.bz2
Implement GnubbyAuthHandlerWin class and tests.
This change adds the GnubbyAuthHandlerWin class which services IPC clients that want to forward security key messages to the remote client. This class creates a new RemoteSecurityKeyIpcServer instance for each client so that multiple security key requests can be serviced simultaneously. BUG=584463 Review URL: https://codereview.chromium.org/1765743002 Cr-Commit-Position: refs/heads/master@{#381077}
Diffstat (limited to 'remoting/remoting_host_srcs.gypi')
-rw-r--r--remoting/remoting_host_srcs.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/remoting_host_srcs.gypi b/remoting/remoting_host_srcs.gypi
index 31126a2c..33f0df0 100644
--- a/remoting/remoting_host_srcs.gypi
+++ b/remoting/remoting_host_srcs.gypi
@@ -222,6 +222,8 @@
'host/security_key/gnubby_extension_session.h',
'host/security_key/gnubby_socket.cc',
'host/security_key/gnubby_socket.h',
+ 'host/security_key/remote_security_key_ipc_constants.cc',
+ 'host/security_key/remote_security_key_ipc_constants.h',
'host/security_key/remote_security_key_ipc_server.cc',
'host/security_key/remote_security_key_ipc_server.h',
'host/security_key/remote_security_key_ipc_server_impl.cc',