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

Side by Side Diff: remoting/remoting_test.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
« no previous file with comments | « remoting/remoting_host_srcs.gypi ('k') | no next file » | 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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //remoting:test_support 8 # GN version: //remoting:test_support
9 'target_name': 'remoting_test_support', 9 'target_name': 'remoting_test_support',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 'host/native_messaging/native_messaging_writer_unittest.cc', 299 'host/native_messaging/native_messaging_writer_unittest.cc',
300 'host/pairing_registry_delegate_linux_unittest.cc', 300 'host/pairing_registry_delegate_linux_unittest.cc',
301 'host/pairing_registry_delegate_win_unittest.cc', 301 'host/pairing_registry_delegate_win_unittest.cc',
302 'host/pin_hash_unittest.cc', 302 'host/pin_hash_unittest.cc',
303 'host/policy_watcher_unittest.cc', 303 'host/policy_watcher_unittest.cc',
304 'host/register_support_host_request_unittest.cc', 304 'host/register_support_host_request_unittest.cc',
305 'host/remote_input_filter_unittest.cc', 305 'host/remote_input_filter_unittest.cc',
306 'host/resizing_host_observer_unittest.cc', 306 'host/resizing_host_observer_unittest.cc',
307 'host/resources_unittest.cc', 307 'host/resources_unittest.cc',
308 'host/screen_resolution_unittest.cc', 308 'host/screen_resolution_unittest.cc',
309 'host/security_key/security_key_auth_handler_linux_unittest.cc', 309 'host/security_key/security_key_auth_handler_posix_unittest.cc',
310 'host/security_key/security_key_auth_handler_win_unittest.cc', 310 'host/security_key/security_key_auth_handler_win_unittest.cc',
311 'host/security_key/security_key_extension_session_unittest.cc', 311 'host/security_key/security_key_extension_session_unittest.cc',
312 'host/security_key/security_key_ipc_client_unittest.cc', 312 'host/security_key/security_key_ipc_client_unittest.cc',
313 'host/security_key/security_key_ipc_constants.cc', 313 'host/security_key/security_key_ipc_constants.cc',
314 'host/security_key/security_key_ipc_server_unittest.cc', 314 'host/security_key/security_key_ipc_server_unittest.cc',
315 'host/security_key/security_key_message_handler_unittest.cc', 315 'host/security_key/security_key_message_handler_unittest.cc',
316 'host/security_key/security_key_message_reader_impl_unittest.cc', 316 'host/security_key/security_key_message_reader_impl_unittest.cc',
317 'host/security_key/security_key_message_writer_impl_unittest.cc', 317 'host/security_key/security_key_message_writer_impl_unittest.cc',
318 'host/server_log_entry_host_unittest.cc', 318 'host/server_log_entry_host_unittest.cc',
319 'host/setup/me2me_native_messaging_host.cc', 319 'host/setup/me2me_native_messaging_host.cc',
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
632 '../build/isolate.gypi', 632 '../build/isolate.gypi',
633 ], 633 ],
634 'sources': [ 634 'sources': [
635 'remoting_unittests.isolate', 635 'remoting_unittests.isolate',
636 ], 636 ],
637 }, 637 },
638 ], 638 ],
639 }], 639 }],
640 ] # end of 'conditions' 640 ] # end of 'conditions'
641 } 641 }
OLDNEW
« 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