From 99d59d48f1f9c205388657ba465bac11b8f9d747 Mon Sep 17 00:00:00 2001 From: joedow Date: Mon, 14 Mar 2016 13:12:43 -0700 Subject: 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} --- remoting/remoting_host_srcs.gypi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'remoting/remoting_host_srcs.gypi') 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', -- cgit v1.1