| 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 # Remoting unit tests | 7 # Remoting unit tests |
| 8 { | 8 { |
| 9 'target_name': 'remoting_unittests', | 9 'target_name': 'remoting_unittests', |
| 10 'type': '<(gtest_target_type)', | 10 'type': '<(gtest_target_type)', |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 'base/capabilities_unittest.cc', | 48 'base/capabilities_unittest.cc', |
| 49 'base/compound_buffer_unittest.cc', | 49 'base/compound_buffer_unittest.cc', |
| 50 'base/rate_counter_unittest.cc', | 50 'base/rate_counter_unittest.cc', |
| 51 'base/resources_unittest.cc', | 51 'base/resources_unittest.cc', |
| 52 'base/rsa_key_pair_unittest.cc', | 52 'base/rsa_key_pair_unittest.cc', |
| 53 'base/running_average_unittest.cc', | 53 'base/running_average_unittest.cc', |
| 54 'base/test_rsa_key_pair.h', | 54 'base/test_rsa_key_pair.h', |
| 55 'base/typed_buffer_unittest.cc', | 55 'base/typed_buffer_unittest.cc', |
| 56 'base/util_unittest.cc', | 56 'base/util_unittest.cc', |
| 57 'client/audio_player_unittest.cc', | 57 'client/audio_player_unittest.cc', |
| 58 'client/client_status_logger_unittest.cc', |
| 58 'client/key_event_mapper_unittest.cc', | 59 'client/key_event_mapper_unittest.cc', |
| 59 'client/plugin/normalizing_input_filter_cros_unittest.cc', | 60 'client/plugin/normalizing_input_filter_cros_unittest.cc', |
| 60 'client/plugin/normalizing_input_filter_mac_unittest.cc', | 61 'client/plugin/normalizing_input_filter_mac_unittest.cc', |
| 61 'client/server_log_entry_client_unittest.cc', | 62 'client/server_log_entry_client_unittest.cc', |
| 62 'codec/audio_encoder_opus_unittest.cc', | 63 'codec/audio_encoder_opus_unittest.cc', |
| 63 'codec/codec_test.cc', | 64 'codec/codec_test.cc', |
| 64 'codec/codec_test.h', | 65 'codec/codec_test.h', |
| 65 'codec/video_decoder_vpx_unittest.cc', | 66 'codec/video_decoder_vpx_unittest.cc', |
| 66 'codec/video_encoder_verbatim_unittest.cc', | 67 'codec/video_encoder_verbatim_unittest.cc', |
| 67 'codec/video_encoder_vpx_unittest.cc', | 68 'codec/video_encoder_vpx_unittest.cc', |
| 68 'host/audio_silence_detector_unittest.cc', | 69 'host/audio_silence_detector_unittest.cc', |
| 69 'host/branding.cc', | 70 'host/branding.cc', |
| 70 'host/branding.h', | 71 'host/branding.h', |
| 71 'host/capture_scheduler_unittest.cc', | 72 'host/capture_scheduler_unittest.cc', |
| 72 'host/chromoting_host_context_unittest.cc', | 73 'host/chromoting_host_context_unittest.cc', |
| 73 'host/chromoting_host_unittest.cc', | 74 'host/chromoting_host_unittest.cc', |
| 74 'host/client_session_unittest.cc', | 75 'host/client_session_unittest.cc', |
| 75 'host/config_file_watcher_unittest.cc', | 76 'host/config_file_watcher_unittest.cc', |
| 76 'host/daemon_process_unittest.cc', | 77 'host/daemon_process_unittest.cc', |
| 77 'host/desktop_process_unittest.cc', | 78 'host/desktop_process_unittest.cc', |
| 78 'host/desktop_shape_tracker_unittest.cc', | 79 'host/desktop_shape_tracker_unittest.cc', |
| 79 'host/gnubby_auth_handler_posix_unittest.cc', | 80 'host/gnubby_auth_handler_posix_unittest.cc', |
| 80 'host/heartbeat_sender_unittest.cc', | 81 'host/heartbeat_sender_unittest.cc', |
| 81 'host/host_change_notification_listener_unittest.cc', | 82 'host/host_change_notification_listener_unittest.cc', |
| 82 'host/host_mock_objects.cc', | 83 'host/host_mock_objects.cc', |
| 84 'host/host_status_logger_unittest.cc', |
| 83 'host/host_status_monitor_fake.h', | 85 'host/host_status_monitor_fake.h', |
| 84 'host/host_status_sender_unittest.cc', | 86 'host/host_status_sender_unittest.cc', |
| 85 'host/ipc_desktop_environment_unittest.cc', | 87 'host/ipc_desktop_environment_unittest.cc', |
| 86 'host/it2me/it2me_native_messaging_host_unittest.cc', | 88 'host/it2me/it2me_native_messaging_host_unittest.cc', |
| 87 'host/json_host_config_unittest.cc', | 89 'host/json_host_config_unittest.cc', |
| 88 'host/linux/audio_pipe_reader_unittest.cc', | 90 'host/linux/audio_pipe_reader_unittest.cc', |
| 89 'host/linux/unicode_to_keysym_unittest.cc', | 91 'host/linux/unicode_to_keysym_unittest.cc', |
| 90 'host/linux/x_server_clipboard_unittest.cc', | 92 'host/linux/x_server_clipboard_unittest.cc', |
| 91 'host/local_input_monitor_unittest.cc', | 93 'host/local_input_monitor_unittest.cc', |
| 92 'host/log_to_server_unittest.cc', | |
| 93 'host/native_messaging/native_messaging_reader_unittest.cc', | 94 'host/native_messaging/native_messaging_reader_unittest.cc', |
| 94 'host/native_messaging/native_messaging_writer_unittest.cc', | 95 'host/native_messaging/native_messaging_writer_unittest.cc', |
| 95 'host/pairing_registry_delegate_linux_unittest.cc', | 96 'host/pairing_registry_delegate_linux_unittest.cc', |
| 96 'host/pairing_registry_delegate_win_unittest.cc', | 97 'host/pairing_registry_delegate_win_unittest.cc', |
| 97 'host/pin_hash_unittest.cc', | 98 'host/pin_hash_unittest.cc', |
| 98 'host/policy_hack/fake_policy_watcher.cc', | 99 'host/policy_hack/fake_policy_watcher.cc', |
| 99 'host/policy_hack/fake_policy_watcher.h', | 100 'host/policy_hack/fake_policy_watcher.h', |
| 100 'host/policy_hack/mock_policy_callback.cc', | 101 'host/policy_hack/mock_policy_callback.cc', |
| 101 'host/policy_hack/mock_policy_callback.h', | 102 'host/policy_hack/mock_policy_callback.h', |
| 102 'host/policy_hack/policy_watcher_unittest.cc', | 103 'host/policy_hack/policy_watcher_unittest.cc', |
| (...skipping 14 matching lines...) Expand all Loading... |
| 117 'host/video_frame_recorder_unittest.cc', | 118 'host/video_frame_recorder_unittest.cc', |
| 118 'host/video_scheduler_unittest.cc', | 119 'host/video_scheduler_unittest.cc', |
| 119 'host/win/rdp_client_unittest.cc', | 120 'host/win/rdp_client_unittest.cc', |
| 120 'host/win/worker_process_launcher.cc', | 121 'host/win/worker_process_launcher.cc', |
| 121 'host/win/worker_process_launcher.h', | 122 'host/win/worker_process_launcher.h', |
| 122 'host/win/worker_process_launcher_unittest.cc', | 123 'host/win/worker_process_launcher_unittest.cc', |
| 123 'jingle_glue/chromium_socket_factory_unittest.cc', | 124 'jingle_glue/chromium_socket_factory_unittest.cc', |
| 124 'jingle_glue/fake_signal_strategy.cc', | 125 'jingle_glue/fake_signal_strategy.cc', |
| 125 'jingle_glue/fake_signal_strategy.h', | 126 'jingle_glue/fake_signal_strategy.h', |
| 126 'jingle_glue/iq_sender_unittest.cc', | 127 'jingle_glue/iq_sender_unittest.cc', |
| 128 'jingle_glue/log_to_server_unittest.cc', |
| 127 'jingle_glue/mock_objects.cc', | 129 'jingle_glue/mock_objects.cc', |
| 128 'jingle_glue/mock_objects.h', | 130 'jingle_glue/mock_objects.h', |
| 129 'jingle_glue/network_settings_unittest.cc', | 131 'jingle_glue/network_settings_unittest.cc', |
| 130 'jingle_glue/server_log_entry_unittest.cc', | 132 'jingle_glue/server_log_entry_unittest.cc', |
| 131 'jingle_glue/server_log_entry_unittest.h', | 133 'jingle_glue/server_log_entry_unittest.h', |
| 132 'protocol/authenticator_test_base.cc', | 134 'protocol/authenticator_test_base.cc', |
| 133 'protocol/authenticator_test_base.h', | 135 'protocol/authenticator_test_base.h', |
| 134 'protocol/buffered_socket_writer_unittest.cc', | 136 'protocol/buffered_socket_writer_unittest.cc', |
| 135 'protocol/channel_multiplexer_unittest.cc', | 137 'protocol/channel_multiplexer_unittest.cc', |
| 136 'protocol/clipboard_echo_filter_unittest.cc', | 138 'protocol/clipboard_echo_filter_unittest.cc', |
| (...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 360 # exclude list. | 362 # exclude list. |
| 361 '--exclude-js', '<@(remoting_webapp_unittest_exclude_files)', | 363 '--exclude-js', '<@(remoting_webapp_unittest_exclude_files)', |
| 362 '--js', '<@(remoting_webapp_unittest_cases)', | 364 '--js', '<@(remoting_webapp_unittest_cases)', |
| 363 '--instrument-js', '<@(remoting_webapp_main_html_js_files)', | 365 '--instrument-js', '<@(remoting_webapp_main_html_js_files)', |
| 364 ], | 366 ], |
| 365 }, | 367 }, |
| 366 ], | 368 ], |
| 367 }, # end of target 'remoting_webapp_js_unittest' | 369 }, # end of target 'remoting_webapp_js_unittest' |
| 368 ], # end of targets | 370 ], # end of targets |
| 369 } | 371 } |
| OLD | NEW |