| OLD | NEW |
| 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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 'host/register_support_host_request_unittest.cc', | 297 'host/register_support_host_request_unittest.cc', |
| 298 'host/remote_input_filter_unittest.cc', | 298 'host/remote_input_filter_unittest.cc', |
| 299 'host/resizing_host_observer_unittest.cc', | 299 'host/resizing_host_observer_unittest.cc', |
| 300 'host/resources_unittest.cc', | 300 'host/resources_unittest.cc', |
| 301 'host/screen_resolution_unittest.cc', | 301 'host/screen_resolution_unittest.cc', |
| 302 'host/security_key/gnubby_auth_handler_linux_unittest.cc', | 302 'host/security_key/gnubby_auth_handler_linux_unittest.cc', |
| 303 'host/security_key/gnubby_auth_handler_win_unittest.cc', | 303 'host/security_key/gnubby_auth_handler_win_unittest.cc', |
| 304 'host/security_key/gnubby_extension_session_unittest.cc', | 304 'host/security_key/gnubby_extension_session_unittest.cc', |
| 305 'host/security_key/remote_security_key_ipc_client_unittest.cc', | 305 'host/security_key/remote_security_key_ipc_client_unittest.cc', |
| 306 'host/security_key/remote_security_key_ipc_server_unittest.cc', | 306 'host/security_key/remote_security_key_ipc_server_unittest.cc', |
| 307 'host/security_key/remote_security_key_message_handler_unittest.cc', |
| 307 'host/security_key/remote_security_key_message_reader_impl_unittest.cc', | 308 'host/security_key/remote_security_key_message_reader_impl_unittest.cc', |
| 308 'host/security_key/remote_security_key_message_writer_impl_unittest.cc', | 309 'host/security_key/remote_security_key_message_writer_impl_unittest.cc', |
| 309 'host/server_log_entry_host_unittest.cc', | 310 'host/server_log_entry_host_unittest.cc', |
| 310 'host/setup/me2me_native_messaging_host.cc', | 311 'host/setup/me2me_native_messaging_host.cc', |
| 311 'host/setup/me2me_native_messaging_host.h', | 312 'host/setup/me2me_native_messaging_host.h', |
| 312 'host/setup/me2me_native_messaging_host_unittest.cc', | 313 'host/setup/me2me_native_messaging_host_unittest.cc', |
| 313 'host/setup/mock_oauth_client.cc', | 314 'host/setup/mock_oauth_client.cc', |
| 314 'host/setup/mock_oauth_client.h', | 315 'host/setup/mock_oauth_client.h', |
| 315 'host/setup/oauth_helper_unittest.cc', | 316 'host/setup/oauth_helper_unittest.cc', |
| 316 'host/setup/pin_validator_unittest.cc', | 317 'host/setup/pin_validator_unittest.cc', |
| (...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 628 '../build/isolate.gypi', | 629 '../build/isolate.gypi', |
| 629 ], | 630 ], |
| 630 'sources': [ | 631 'sources': [ |
| 631 'remoting_unittests.isolate', | 632 'remoting_unittests.isolate', |
| 632 ], | 633 ], |
| 633 }, | 634 }, |
| 634 ], | 635 ], |
| 635 }], | 636 }], |
| 636 ] # end of 'conditions' | 637 ] # end of 'conditions' |
| 637 } | 638 } |
| OLD | NEW |