summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_host_srcs.gypi
diff options
context:
space:
mode:
authorjoedow <joedow@chromium.org>2016-03-14 13:12:43 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-14 20:14:08 +0000
commit99d59d48f1f9c205388657ba465bac11b8f9d747 (patch)
tree7f2fc6c8052b3c7c795e2151a2a3fd2cdd3bec71 /remoting/remoting_host_srcs.gypi
parentce3c4cbf6353f9953cc71edfc9f5e49ea4ecd248 (diff)
downloadchromium_src-99d59d48f1f9c205388657ba465bac11b8f9d747.zip
chromium_src-99d59d48f1f9c205388657ba465bac11b8f9d747.tar.gz
chromium_src-99d59d48f1f9c205388657ba465bac11b8f9d747.tar.bz2
Implementing RemoteSecurityKeyIpcServer class and tests.
This change introduces the IPC Server class used to communicate with the remote_security_key process for SK forwarding. It also includes unit tests and some facilities that will be used in the subsequent change which will implement the GnubbyAuthHandlerWin class. BUG=584463 Review URL: https://codereview.chromium.org/1757873003 Cr-Commit-Position: refs/heads/master@{#381054}
Diffstat (limited to 'remoting/remoting_host_srcs.gypi')
-rw-r--r--remoting/remoting_host_srcs.gypi4
1 files changed, 4 insertions, 0 deletions
diff --git a/remoting/remoting_host_srcs.gypi b/remoting/remoting_host_srcs.gypi
index a9023ea..31126a2c 100644
--- a/remoting/remoting_host_srcs.gypi
+++ b/remoting/remoting_host_srcs.gypi
@@ -222,6 +222,10 @@
'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_server.cc',
+ 'host/security_key/remote_security_key_ipc_server.h',
+ 'host/security_key/remote_security_key_ipc_server_impl.cc',
+ 'host/security_key/remote_security_key_ipc_server_impl.h',
'host/server_log_entry_host.cc',
'host/server_log_entry_host.h',
'host/shaped_desktop_capturer.cc',