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

Side by Side 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 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 13 matching lines...) Expand all
24 # Note: sources list duplicated in GN build. 24 # Note: sources list duplicated in GN build.
25 'host/fake_desktop_environment.cc', 25 'host/fake_desktop_environment.cc',
26 'host/fake_desktop_environment.h', 26 'host/fake_desktop_environment.h',
27 'host/fake_host_extension.cc', 27 'host/fake_host_extension.cc',
28 'host/fake_host_extension.h', 28 'host/fake_host_extension.h',
29 'host/fake_host_status_monitor.h', 29 'host/fake_host_status_monitor.h',
30 'host/fake_mouse_cursor_monitor.cc', 30 'host/fake_mouse_cursor_monitor.cc',
31 'host/fake_mouse_cursor_monitor.h', 31 'host/fake_mouse_cursor_monitor.h',
32 'host/fake_oauth_token_getter.cc', 32 'host/fake_oauth_token_getter.cc',
33 'host/fake_oauth_token_getter.h', 33 'host/fake_oauth_token_getter.h',
34 'host/security_key/fake_ipc_gnubby_auth_handler.cc', 34 'host/security_key/fake_ipc_security_key_auth_handler.cc',
35 'host/security_key/fake_ipc_gnubby_auth_handler.h', 35 'host/security_key/fake_ipc_security_key_auth_handler.h',
36 'host/security_key/fake_remote_security_key_ipc_client.cc', 36 'host/security_key/fake_security_key_ipc_client.cc',
37 'host/security_key/fake_remote_security_key_ipc_client.h', 37 'host/security_key/fake_security_key_ipc_client.h',
38 'host/security_key/fake_remote_security_key_ipc_server.cc', 38 'host/security_key/fake_security_key_ipc_server.cc',
39 'host/security_key/fake_remote_security_key_ipc_server.h', 39 'host/security_key/fake_security_key_ipc_server.h',
40 'host/security_key/fake_remote_security_key_message_reader.cc', 40 'host/security_key/fake_security_key_message_reader.cc',
41 'host/security_key/fake_remote_security_key_message_reader.h', 41 'host/security_key/fake_security_key_message_reader.h',
42 'host/security_key/fake_remote_security_key_message_writer.cc', 42 'host/security_key/fake_security_key_message_writer.cc',
43 'host/security_key/fake_remote_security_key_message_writer.h', 43 'host/security_key/fake_security_key_message_writer.h',
44 'protocol/fake_authenticator.cc', 44 'protocol/fake_authenticator.cc',
45 'protocol/fake_authenticator.h', 45 'protocol/fake_authenticator.h',
46 'protocol/fake_connection_to_client.cc', 46 'protocol/fake_connection_to_client.cc',
47 'protocol/fake_connection_to_client.h', 47 'protocol/fake_connection_to_client.h',
48 'protocol/fake_connection_to_host.cc', 48 'protocol/fake_connection_to_host.cc',
49 'protocol/fake_connection_to_host.h', 49 'protocol/fake_connection_to_host.h',
50 'protocol/fake_datagram_socket.cc', 50 'protocol/fake_datagram_socket.cc',
51 'protocol/fake_datagram_socket.h', 51 'protocol/fake_datagram_socket.h',
52 'protocol/fake_desktop_capturer.cc', 52 'protocol/fake_desktop_capturer.cc',
53 'protocol/fake_desktop_capturer.h', 53 'protocol/fake_desktop_capturer.h',
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 'host/native_messaging/native_messaging_writer_unittest.cc', 297 'host/native_messaging/native_messaging_writer_unittest.cc',
298 'host/pairing_registry_delegate_linux_unittest.cc', 298 'host/pairing_registry_delegate_linux_unittest.cc',
299 'host/pairing_registry_delegate_win_unittest.cc', 299 'host/pairing_registry_delegate_win_unittest.cc',
300 'host/pin_hash_unittest.cc', 300 'host/pin_hash_unittest.cc',
301 'host/policy_watcher_unittest.cc', 301 'host/policy_watcher_unittest.cc',
302 'host/register_support_host_request_unittest.cc', 302 'host/register_support_host_request_unittest.cc',
303 'host/remote_input_filter_unittest.cc', 303 'host/remote_input_filter_unittest.cc',
304 'host/resizing_host_observer_unittest.cc', 304 'host/resizing_host_observer_unittest.cc',
305 'host/resources_unittest.cc', 305 'host/resources_unittest.cc',
306 'host/screen_resolution_unittest.cc', 306 'host/screen_resolution_unittest.cc',
307 'host/security_key/gnubby_auth_handler_linux_unittest.cc', 307 'host/security_key/security_key_auth_handler_linux_unittest.cc',
308 'host/security_key/gnubby_auth_handler_win_unittest.cc', 308 'host/security_key/security_key_auth_handler_win_unittest.cc',
309 'host/security_key/gnubby_extension_session_unittest.cc', 309 'host/security_key/security_key_extension_session_unittest.cc',
310 'host/security_key/remote_security_key_ipc_client_unittest.cc', 310 'host/security_key/security_key_ipc_client_unittest.cc',
311 'host/security_key/remote_security_key_ipc_constants.cc', 311 'host/security_key/security_key_ipc_constants.cc',
312 'host/security_key/remote_security_key_ipc_server_unittest.cc', 312 'host/security_key/security_key_ipc_server_unittest.cc',
313 'host/security_key/remote_security_key_message_handler_unittest.cc', 313 'host/security_key/security_key_message_handler_unittest.cc',
314 'host/security_key/remote_security_key_message_reader_impl_unittest.cc', 314 'host/security_key/security_key_message_reader_impl_unittest.cc',
315 'host/security_key/remote_security_key_message_writer_impl_unittest.cc', 315 'host/security_key/security_key_message_writer_impl_unittest.cc',
316 'host/server_log_entry_host_unittest.cc', 316 'host/server_log_entry_host_unittest.cc',
317 'host/setup/me2me_native_messaging_host.cc', 317 'host/setup/me2me_native_messaging_host.cc',
318 'host/setup/me2me_native_messaging_host.h', 318 'host/setup/me2me_native_messaging_host.h',
319 'host/setup/me2me_native_messaging_host_unittest.cc', 319 'host/setup/me2me_native_messaging_host_unittest.cc',
320 'host/setup/mock_oauth_client.cc', 320 'host/setup/mock_oauth_client.cc',
321 'host/setup/mock_oauth_client.h', 321 'host/setup/mock_oauth_client.h',
322 'host/setup/oauth_helper_unittest.cc', 322 'host/setup/oauth_helper_unittest.cc',
323 'host/setup/pin_validator_unittest.cc', 323 'host/setup/pin_validator_unittest.cc',
324 'host/third_party_auth_config_unittest.cc', 324 'host/third_party_auth_config_unittest.cc',
325 'host/token_validator_factory_impl_unittest.cc', 325 'host/token_validator_factory_impl_unittest.cc',
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 '../build/isolate.gypi', 629 '../build/isolate.gypi',
630 ], 630 ],
631 'sources': [ 631 'sources': [
632 'remoting_unittests.isolate', 632 'remoting_unittests.isolate',
633 ], 633 ],
634 }, 634 },
635 ], 635 ],
636 }], 636 }],
637 ] # end of 'conditions' 637 ] # end of 'conditions'
638 } 638 }
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