summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_test.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_test.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_test.gypi')
-rw-r--r--remoting/remoting_test.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
index 6781785..589f2c7 100644
--- a/remoting/remoting_test.gypi
+++ b/remoting/remoting_test.gypi
@@ -31,6 +31,8 @@
'host/fake_mouse_cursor_monitor.h',
'host/fake_oauth_token_getter.cc',
'host/fake_oauth_token_getter.h',
+ 'host/security_key/fake_remote_security_key_ipc_client.cc',
+ 'host/security_key/fake_remote_security_key_ipc_client.h',
'protocol/fake_authenticator.cc',
'protocol/fake_authenticator.h',
'protocol/fake_connection_to_client.cc',
@@ -292,6 +294,7 @@
'host/screen_resolution_unittest.cc',
'host/security_key/gnubby_auth_handler_linux_unittest.cc',
'host/security_key/gnubby_extension_session_unittest.cc',
+ 'host/security_key/remote_security_key_ipc_server_unittest.cc',
'host/server_log_entry_host_unittest.cc',
'host/setup/me2me_native_messaging_host.cc',
'host/setup/me2me_native_messaging_host.h',