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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'remoting_host_sources': [ 7 'remoting_host_sources': [
8 'host/audio_capturer.cc', 8 'host/audio_capturer.cc',
9 'host/audio_capturer.h', 9 'host/audio_capturer.h',
10 'host/audio_capturer_android.cc', 10 'host/audio_capturer_android.cc',
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 'host/resources.h', 214 'host/resources.h',
215 'host/resources_android.cc', 215 'host/resources_android.cc',
216 'host/resources_linux.cc', 216 'host/resources_linux.cc',
217 'host/resources_mac.cc', 217 'host/resources_mac.cc',
218 'host/resources_win.cc', 218 'host/resources_win.cc',
219 'host/sas_injector.h', 219 'host/sas_injector.h',
220 'host/sas_injector_win.cc', 220 'host/sas_injector_win.cc',
221 'host/screen_controls.h', 221 'host/screen_controls.h',
222 'host/screen_resolution.cc', 222 'host/screen_resolution.cc',
223 'host/screen_resolution.h', 223 'host/screen_resolution.h',
224 'host/security_key/gnubby_auth_handler.h', 224 'host/security_key/security_key_auth_handler.h',
225 'host/security_key/gnubby_auth_handler_android.cc', 225 'host/security_key/security_key_auth_handler_android.cc',
226 'host/security_key/gnubby_auth_handler_linux.cc', 226 'host/security_key/security_key_auth_handler_linux.cc',
227 'host/security_key/gnubby_auth_handler_mac.cc', 227 'host/security_key/security_key_auth_handler_mac.cc',
228 'host/security_key/gnubby_auth_handler_win.cc', 228 'host/security_key/security_key_auth_handler_win.cc',
229 'host/security_key/gnubby_extension.cc', 229 'host/security_key/security_key_extension.cc',
230 'host/security_key/gnubby_extension.h', 230 'host/security_key/security_key_extension.h',
231 'host/security_key/gnubby_extension_session.cc', 231 'host/security_key/security_key_extension_session.cc',
232 'host/security_key/gnubby_extension_session.h', 232 'host/security_key/security_key_extension_session.h',
233 'host/security_key/gnubby_socket.cc', 233 'host/security_key/security_key_ipc_client.cc',
234 'host/security_key/gnubby_socket.h', 234 'host/security_key/security_key_ipc_client.h',
235 'host/security_key/remote_security_key_ipc_client.cc', 235 'host/security_key/security_key_ipc_constants.cc',
236 'host/security_key/remote_security_key_ipc_client.h', 236 'host/security_key/security_key_ipc_constants.h',
237 'host/security_key/remote_security_key_ipc_constants.cc', 237 'host/security_key/security_key_ipc_server.cc',
238 'host/security_key/remote_security_key_ipc_constants.h', 238 'host/security_key/security_key_ipc_server.h',
239 'host/security_key/remote_security_key_ipc_server.cc', 239 'host/security_key/security_key_ipc_server_impl.cc',
240 'host/security_key/remote_security_key_ipc_server.h', 240 'host/security_key/security_key_ipc_server_impl.h',
241 'host/security_key/remote_security_key_ipc_server_impl.cc',
242 'host/security_key/remote_security_key_ipc_server_impl.h',
243 'host/security_key/remote_security_key_message_handler.cc',
244 'host/security_key/remote_security_key_message_handler.h',
245 'host/security_key/remote_security_key_message_reader.h',
246 'host/security_key/remote_security_key_message_reader_impl.cc',
247 'host/security_key/remote_security_key_message_reader_impl.h',
248 'host/security_key/remote_security_key_message_writer.h',
249 'host/security_key/remote_security_key_message_writer_impl.cc',
250 'host/security_key/remote_security_key_message_writer_impl.h',
251 'host/security_key/security_key_message.cc', 241 'host/security_key/security_key_message.cc',
252 'host/security_key/security_key_message.h', 242 'host/security_key/security_key_message.h',
243 'host/security_key/security_key_message_handler.cc',
244 'host/security_key/security_key_message_handler.h',
245 'host/security_key/security_key_message_reader.h',
246 'host/security_key/security_key_message_reader_impl.cc',
247 'host/security_key/security_key_message_reader_impl.h',
248 'host/security_key/security_key_message_writer.h',
249 'host/security_key/security_key_message_writer_impl.cc',
250 'host/security_key/security_key_message_writer_impl.h',
251 'host/security_key/security_key_socket.cc',
252 'host/security_key/security_key_socket.h',
253 'host/server_log_entry_host.cc', 253 'host/server_log_entry_host.cc',
254 'host/server_log_entry_host.h', 254 'host/server_log_entry_host.h',
255 'host/service_urls.cc', 255 'host/service_urls.cc',
256 'host/service_urls.h', 256 'host/service_urls.h',
257 'host/shutdown_watchdog.cc', 257 'host/shutdown_watchdog.cc',
258 'host/shutdown_watchdog.h', 258 'host/shutdown_watchdog.h',
259 'host/signaling_connector.cc', 259 'host/signaling_connector.cc',
260 'host/signaling_connector.h', 260 'host/signaling_connector.h',
261 'host/single_window_desktop_environment.cc', 261 'host/single_window_desktop_environment.cc',
262 'host/single_window_desktop_environment.h', 262 'host/single_window_desktop_environment.h',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 'host/it2me/it2me_confirmation_dialog_chromeos.cc', 349 'host/it2me/it2me_confirmation_dialog_chromeos.cc',
350 'host/it2me/it2me_confirmation_dialog_proxy.cc', 350 'host/it2me/it2me_confirmation_dialog_proxy.cc',
351 'host/it2me/it2me_confirmation_dialog_proxy.h', 351 'host/it2me/it2me_confirmation_dialog_proxy.h',
352 'host/it2me/it2me_host.cc', 352 'host/it2me/it2me_host.cc',
353 'host/it2me/it2me_host.h', 353 'host/it2me/it2me_host.h',
354 'host/it2me/it2me_native_messaging_host.cc', 354 'host/it2me/it2me_native_messaging_host.cc',
355 'host/it2me/it2me_native_messaging_host.h', 355 'host/it2me/it2me_native_messaging_host.h',
356 ], 356 ],
357 } 357 }
358 } 358 }
OLDNEW
« 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