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

Unified Diff: remoting/remoting_host_srcs.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/host/security_key/security_key_socket.cc ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_host_srcs.gypi
diff --git a/remoting/remoting_host_srcs.gypi b/remoting/remoting_host_srcs.gypi
index 3ea36d1c67be80f9fedf90695c9996c5aa1134e2..f49562103847d2c44631132bb8368e20985792eb 100644
--- a/remoting/remoting_host_srcs.gypi
+++ b/remoting/remoting_host_srcs.gypi
@@ -221,35 +221,35 @@
'host/screen_controls.h',
'host/screen_resolution.cc',
'host/screen_resolution.h',
- 'host/security_key/gnubby_auth_handler.h',
- 'host/security_key/gnubby_auth_handler_android.cc',
- 'host/security_key/gnubby_auth_handler_linux.cc',
- 'host/security_key/gnubby_auth_handler_mac.cc',
- 'host/security_key/gnubby_auth_handler_win.cc',
- 'host/security_key/gnubby_extension.cc',
- 'host/security_key/gnubby_extension.h',
- 'host/security_key/gnubby_extension_session.cc',
- '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_client.cc',
- 'host/security_key/remote_security_key_ipc_client.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_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/security_key/remote_security_key_message_handler.cc',
- 'host/security_key/remote_security_key_message_handler.h',
- 'host/security_key/remote_security_key_message_reader.h',
- 'host/security_key/remote_security_key_message_reader_impl.cc',
- 'host/security_key/remote_security_key_message_reader_impl.h',
- 'host/security_key/remote_security_key_message_writer.h',
- 'host/security_key/remote_security_key_message_writer_impl.cc',
- 'host/security_key/remote_security_key_message_writer_impl.h',
+ 'host/security_key/security_key_auth_handler.h',
+ 'host/security_key/security_key_auth_handler_android.cc',
+ 'host/security_key/security_key_auth_handler_linux.cc',
+ 'host/security_key/security_key_auth_handler_mac.cc',
+ 'host/security_key/security_key_auth_handler_win.cc',
+ 'host/security_key/security_key_extension.cc',
+ 'host/security_key/security_key_extension.h',
+ 'host/security_key/security_key_extension_session.cc',
+ 'host/security_key/security_key_extension_session.h',
+ 'host/security_key/security_key_ipc_client.cc',
+ 'host/security_key/security_key_ipc_client.h',
+ 'host/security_key/security_key_ipc_constants.cc',
+ 'host/security_key/security_key_ipc_constants.h',
+ 'host/security_key/security_key_ipc_server.cc',
+ 'host/security_key/security_key_ipc_server.h',
+ 'host/security_key/security_key_ipc_server_impl.cc',
+ 'host/security_key/security_key_ipc_server_impl.h',
'host/security_key/security_key_message.cc',
'host/security_key/security_key_message.h',
+ 'host/security_key/security_key_message_handler.cc',
+ 'host/security_key/security_key_message_handler.h',
+ 'host/security_key/security_key_message_reader.h',
+ 'host/security_key/security_key_message_reader_impl.cc',
+ 'host/security_key/security_key_message_reader_impl.h',
+ 'host/security_key/security_key_message_writer.h',
+ 'host/security_key/security_key_message_writer_impl.cc',
+ 'host/security_key/security_key_message_writer_impl.h',
+ 'host/security_key/security_key_socket.cc',
+ 'host/security_key/security_key_socket.h',
'host/server_log_entry_host.cc',
'host/server_log_entry_host.h',
'host/service_urls.cc',
« no previous file with comments | « remoting/host/security_key/security_key_socket.cc ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698