| 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_common', | 9 'target_name': 'remoting_test_common', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 309 'host/native_messaging/native_messaging_writer_unittest.cc', | 309 'host/native_messaging/native_messaging_writer_unittest.cc', |
| 310 'host/pairing_registry_delegate_linux_unittest.cc', | 310 'host/pairing_registry_delegate_linux_unittest.cc', |
| 311 'host/pairing_registry_delegate_win_unittest.cc', | 311 'host/pairing_registry_delegate_win_unittest.cc', |
| 312 'host/pin_hash_unittest.cc', | 312 'host/pin_hash_unittest.cc', |
| 313 'host/policy_watcher_unittest.cc', | 313 'host/policy_watcher_unittest.cc', |
| 314 'host/register_support_host_request_unittest.cc', | 314 'host/register_support_host_request_unittest.cc', |
| 315 'host/remote_input_filter_unittest.cc', | 315 'host/remote_input_filter_unittest.cc', |
| 316 'host/resizing_host_observer_unittest.cc', | 316 'host/resizing_host_observer_unittest.cc', |
| 317 'host/screen_resolution_unittest.cc', | 317 'host/screen_resolution_unittest.cc', |
| 318 'host/server_log_entry_host_unittest.cc', | 318 'host/server_log_entry_host_unittest.cc', |
| 319 'host/setup/mock_oauth_client.cc', | |
| 320 'host/setup/mock_oauth_client.h', | |
| 321 'host/setup/me2me_native_messaging_host.cc', | 319 'host/setup/me2me_native_messaging_host.cc', |
| 322 'host/setup/me2me_native_messaging_host.h', | 320 'host/setup/me2me_native_messaging_host.h', |
| 323 'host/setup/me2me_native_messaging_host_unittest.cc', | 321 'host/setup/me2me_native_messaging_host_unittest.cc', |
| 324 'host/setup/mock_oauth_client.cc', | 322 'host/setup/mock_oauth_client.cc', |
| 325 'host/setup/mock_oauth_client.h', | 323 'host/setup/mock_oauth_client.h', |
| 326 'host/setup/oauth_helper_unittest.cc', | 324 'host/setup/oauth_helper_unittest.cc', |
| 327 'host/setup/pin_validator_unittest.cc', | 325 'host/setup/pin_validator_unittest.cc', |
| 328 'host/shaped_desktop_capturer_unittest.cc', | 326 'host/shaped_desktop_capturer_unittest.cc', |
| 329 'host/third_party_auth_config_unittest.cc', | 327 'host/third_party_auth_config_unittest.cc', |
| 330 'host/token_validator_factory_impl_unittest.cc', | 328 'host/token_validator_factory_impl_unittest.cc', |
| (...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 643 '../build/isolate.gypi', | 641 '../build/isolate.gypi', |
| 644 ], | 642 ], |
| 645 'sources': [ | 643 'sources': [ |
| 646 'remoting_unittests.isolate', | 644 'remoting_unittests.isolate', |
| 647 ], | 645 ], |
| 648 }, | 646 }, |
| 649 ], | 647 ], |
| 650 }], | 648 }], |
| 651 ] # end of 'conditions' | 649 ] # end of 'conditions' |
| 652 } | 650 } |
| OLD | NEW |