summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_host_srcs.gypi
diff options
context:
space:
mode:
authorjoedow <joedow@chromium.org>2016-03-14 16:49:44 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-14 23:51:22 +0000
commit1b43c02b169b32136c8ec099e6bd2d0ecca51c4f (patch)
tree2c6ffd24a460068d85b4d1d94bd7ef6a820a0ae4 /remoting/remoting_host_srcs.gypi
parent077e3fc9b73eeb3f8fc8aee6d2027638ba0c33f3 (diff)
downloadchromium_src-1b43c02b169b32136c8ec099e6bd2d0ecca51c4f.zip
chromium_src-1b43c02b169b32136c8ec099e6bd2d0ecca51c4f.tar.gz
chromium_src-1b43c02b169b32136c8ec099e6bd2d0ecca51c4f.tar.bz2
Implementing the RemoteSecurityKeyIpcClient class and tests.
This change introduces the IPC client class used to communicate with the Chromoting host's network process to allow for forwarding security key requests. BUG=584463 Review URL: https://codereview.chromium.org/1767763002 Cr-Commit-Position: refs/heads/master@{#381117}
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 33f0df0..725c5b5 100644
--- a/remoting/remoting_host_srcs.gypi
+++ b/remoting/remoting_host_srcs.gypi
@@ -224,6 +224,8 @@
'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_client.cc',
+ 'host/security_key/remote_security_key_ipc_client.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',