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

Side by Side Diff: remoting/remoting_host_srcs.gypi

Issue 2202733004: Renaming Linux security key auth handler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/security_key_auth_handler.h', 224 'host/security_key/security_key_auth_handler.h',
225 'host/security_key/security_key_auth_handler_android.cc', 225 'host/security_key/security_key_auth_handler_posix.cc',
226 'host/security_key/security_key_auth_handler_linux.cc',
227 'host/security_key/security_key_auth_handler_mac.cc',
228 'host/security_key/security_key_auth_handler_win.cc', 226 'host/security_key/security_key_auth_handler_win.cc',
229 'host/security_key/security_key_extension.cc', 227 'host/security_key/security_key_extension.cc',
230 'host/security_key/security_key_extension.h', 228 'host/security_key/security_key_extension.h',
231 'host/security_key/security_key_extension_session.cc', 229 'host/security_key/security_key_extension_session.cc',
232 'host/security_key/security_key_extension_session.h', 230 'host/security_key/security_key_extension_session.h',
233 'host/security_key/security_key_ipc_client.cc', 231 'host/security_key/security_key_ipc_client.cc',
234 'host/security_key/security_key_ipc_client.h', 232 'host/security_key/security_key_ipc_client.h',
235 'host/security_key/security_key_ipc_constants.cc', 233 'host/security_key/security_key_ipc_constants.cc',
236 'host/security_key/security_key_ipc_constants.h', 234 'host/security_key/security_key_ipc_constants.h',
237 'host/security_key/security_key_ipc_server.cc', 235 'host/security_key/security_key_ipc_server.cc',
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 'host/it2me/it2me_confirmation_dialog_chromeos.cc', 347 'host/it2me/it2me_confirmation_dialog_chromeos.cc',
350 'host/it2me/it2me_confirmation_dialog_proxy.cc', 348 'host/it2me/it2me_confirmation_dialog_proxy.cc',
351 'host/it2me/it2me_confirmation_dialog_proxy.h', 349 'host/it2me/it2me_confirmation_dialog_proxy.h',
352 'host/it2me/it2me_host.cc', 350 'host/it2me/it2me_host.cc',
353 'host/it2me/it2me_host.h', 351 'host/it2me/it2me_host.h',
354 'host/it2me/it2me_native_messaging_host.cc', 352 'host/it2me/it2me_native_messaging_host.cc',
355 'host/it2me/it2me_native_messaging_host.h', 353 'host/it2me/it2me_native_messaging_host.h',
356 ], 354 ],
357 } 355 }
358 } 356 }
OLDNEW
« no previous file with comments | « remoting/host/security_key/security_key_auth_handler_posix_unittest.cc ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698