Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1537)

Unified Diff: remoting/remoting_test.gypi

Issue 2162083003: Renaming Gnubby and RemoteSecurityKey files/classes/members (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing a GYP build error Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/remoting_host_srcs.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_test.gypi
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
index 30cf11f3166e22c5c78fd1663254e4176e379a54..d42839b5057d4d680519402fab2e822937a2d490 100644
--- a/remoting/remoting_test.gypi
+++ b/remoting/remoting_test.gypi
@@ -31,16 +31,16 @@
'host/fake_mouse_cursor_monitor.h',
'host/fake_oauth_token_getter.cc',
'host/fake_oauth_token_getter.h',
- 'host/security_key/fake_ipc_gnubby_auth_handler.cc',
- 'host/security_key/fake_ipc_gnubby_auth_handler.h',
- 'host/security_key/fake_remote_security_key_ipc_client.cc',
- 'host/security_key/fake_remote_security_key_ipc_client.h',
- 'host/security_key/fake_remote_security_key_ipc_server.cc',
- 'host/security_key/fake_remote_security_key_ipc_server.h',
- 'host/security_key/fake_remote_security_key_message_reader.cc',
- 'host/security_key/fake_remote_security_key_message_reader.h',
- 'host/security_key/fake_remote_security_key_message_writer.cc',
- 'host/security_key/fake_remote_security_key_message_writer.h',
+ 'host/security_key/fake_ipc_security_key_auth_handler.cc',
+ 'host/security_key/fake_ipc_security_key_auth_handler.h',
+ 'host/security_key/fake_security_key_ipc_client.cc',
+ 'host/security_key/fake_security_key_ipc_client.h',
+ 'host/security_key/fake_security_key_ipc_server.cc',
+ 'host/security_key/fake_security_key_ipc_server.h',
+ 'host/security_key/fake_security_key_message_reader.cc',
+ 'host/security_key/fake_security_key_message_reader.h',
+ 'host/security_key/fake_security_key_message_writer.cc',
+ 'host/security_key/fake_security_key_message_writer.h',
'protocol/fake_authenticator.cc',
'protocol/fake_authenticator.h',
'protocol/fake_connection_to_client.cc',
@@ -304,15 +304,15 @@
'host/resizing_host_observer_unittest.cc',
'host/resources_unittest.cc',
'host/screen_resolution_unittest.cc',
- 'host/security_key/gnubby_auth_handler_linux_unittest.cc',
- 'host/security_key/gnubby_auth_handler_win_unittest.cc',
- 'host/security_key/gnubby_extension_session_unittest.cc',
- 'host/security_key/remote_security_key_ipc_client_unittest.cc',
- 'host/security_key/remote_security_key_ipc_constants.cc',
- 'host/security_key/remote_security_key_ipc_server_unittest.cc',
- 'host/security_key/remote_security_key_message_handler_unittest.cc',
- 'host/security_key/remote_security_key_message_reader_impl_unittest.cc',
- 'host/security_key/remote_security_key_message_writer_impl_unittest.cc',
+ 'host/security_key/security_key_auth_handler_linux_unittest.cc',
+ 'host/security_key/security_key_auth_handler_win_unittest.cc',
+ 'host/security_key/security_key_extension_session_unittest.cc',
+ 'host/security_key/security_key_ipc_client_unittest.cc',
+ 'host/security_key/security_key_ipc_constants.cc',
+ 'host/security_key/security_key_ipc_server_unittest.cc',
+ 'host/security_key/security_key_message_handler_unittest.cc',
+ 'host/security_key/security_key_message_reader_impl_unittest.cc',
+ 'host/security_key/security_key_message_writer_impl_unittest.cc',
'host/server_log_entry_host_unittest.cc',
'host/setup/me2me_native_messaging_host.cc',
'host/setup/me2me_native_messaging_host.h',
« no previous file with comments | « remoting/remoting_host_srcs.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698