| 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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 'base/auto_thread_task_runner_unittest.cc', | 231 'base/auto_thread_task_runner_unittest.cc', |
| 232 'base/auto_thread_unittest.cc', | 232 'base/auto_thread_unittest.cc', |
| 233 'base/breakpad_win_unittest.cc', | 233 'base/breakpad_win_unittest.cc', |
| 234 'base/buffered_socket_writer_unittest.cc', | 234 'base/buffered_socket_writer_unittest.cc', |
| 235 'base/capabilities_unittest.cc', | 235 'base/capabilities_unittest.cc', |
| 236 'base/compound_buffer_unittest.cc', | 236 'base/compound_buffer_unittest.cc', |
| 237 'base/rate_counter_unittest.cc', | 237 'base/rate_counter_unittest.cc', |
| 238 'base/rsa_key_pair_unittest.cc', | 238 'base/rsa_key_pair_unittest.cc', |
| 239 'base/run_all_unittests.cc', | 239 'base/run_all_unittests.cc', |
| 240 'base/running_samples_unittest.cc', | 240 'base/running_samples_unittest.cc', |
| 241 'base/telemetry_log_writer_unittest.cc', |
| 241 'base/test_rsa_key_pair.h', | 242 'base/test_rsa_key_pair.h', |
| 242 'base/typed_buffer_unittest.cc', | 243 'base/typed_buffer_unittest.cc', |
| 243 'base/util_unittest.cc', | 244 'base/util_unittest.cc', |
| 244 'client/audio_player_unittest.cc', | 245 'client/audio_player_unittest.cc', |
| 245 'client/chromoting_client_runtime_unittest.cc', | 246 'client/chromoting_client_runtime_unittest.cc', |
| 246 'client/client_status_logger_unittest.cc', | 247 'client/client_status_logger_unittest.cc', |
| 247 'client/client_telemetry_logger_unittest.cc', | 248 'client/client_telemetry_logger_unittest.cc', |
| 248 'client/empty_cursor_filter_unittest.cc', | 249 'client/empty_cursor_filter_unittest.cc', |
| 249 'client/key_event_mapper_unittest.cc', | 250 'client/key_event_mapper_unittest.cc', |
| 250 'client/normalizing_input_filter_cros_unittest.cc', | 251 'client/normalizing_input_filter_cros_unittest.cc', |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 'protocol/third_party_authenticator_unittest.cc', | 360 'protocol/third_party_authenticator_unittest.cc', |
| 360 'protocol/v2_authenticator_unittest.cc', | 361 'protocol/v2_authenticator_unittest.cc', |
| 361 'protocol/video_frame_pump_unittest.cc', | 362 'protocol/video_frame_pump_unittest.cc', |
| 362 'protocol/webrtc_transport_unittest.cc', | 363 'protocol/webrtc_transport_unittest.cc', |
| 363 'signaling/iq_sender_unittest.cc', | 364 'signaling/iq_sender_unittest.cc', |
| 364 'signaling/jid_util_unittest.cc', | 365 'signaling/jid_util_unittest.cc', |
| 365 'signaling/log_to_server_unittest.cc', | 366 'signaling/log_to_server_unittest.cc', |
| 366 'signaling/push_notification_subscriber_unittest.cc', | 367 'signaling/push_notification_subscriber_unittest.cc', |
| 367 'signaling/server_log_entry_unittest.cc', | 368 'signaling/server_log_entry_unittest.cc', |
| 368 'signaling/server_log_entry_unittest.h', | 369 'signaling/server_log_entry_unittest.h', |
| 369 'signaling/telemetry_log_writer_unittest.cc', | |
| 370 'signaling/xmpp_login_handler_unittest.cc', | 370 'signaling/xmpp_login_handler_unittest.cc', |
| 371 'signaling/xmpp_signal_strategy_unittest.cc', | 371 'signaling/xmpp_signal_strategy_unittest.cc', |
| 372 'signaling/xmpp_stream_parser_unittest.cc', | 372 'signaling/xmpp_stream_parser_unittest.cc', |
| 373 'test/access_token_fetcher_unittest.cc', | 373 'test/access_token_fetcher_unittest.cc', |
| 374 'test/app_remoting_report_issue_request_unittest.cc', | 374 'test/app_remoting_report_issue_request_unittest.cc', |
| 375 'test/app_remoting_test_driver_environment_unittest.cc', | 375 'test/app_remoting_test_driver_environment_unittest.cc', |
| 376 'test/chromoting_test_driver_environment_unittest.cc', | 376 'test/chromoting_test_driver_environment_unittest.cc', |
| 377 'test/connection_time_observer_unittest.cc', | 377 'test/connection_time_observer_unittest.cc', |
| 378 'test/host_list_fetcher_unittest.cc', | 378 'test/host_list_fetcher_unittest.cc', |
| 379 'test/remote_host_info_fetcher_unittest.cc', | 379 'test/remote_host_info_fetcher_unittest.cc', |
| (...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 622 '../build/isolate.gypi', | 622 '../build/isolate.gypi', |
| 623 ], | 623 ], |
| 624 'sources': [ | 624 'sources': [ |
| 625 'remoting_unittests.isolate', | 625 'remoting_unittests.isolate', |
| 626 ], | 626 ], |
| 627 }, | 627 }, |
| 628 ], | 628 ], |
| 629 }], | 629 }], |
| 630 ] # end of 'conditions' | 630 ] # end of 'conditions' |
| 631 } | 631 } |
| OLD | NEW |