| 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 'target_name': 'remoting_test_common', | 8 'target_name': 'remoting_test_common', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 'VERSION=<(version_full)', | 99 'VERSION=<(version_full)', |
| 100 ], | 100 ], |
| 101 'include_dirs': [ | 101 'include_dirs': [ |
| 102 '../testing/gmock/include', | 102 '../testing/gmock/include', |
| 103 ], | 103 ], |
| 104 'sources': [ | 104 'sources': [ |
| 105 'base/auth_token_util_unittest.cc', | 105 'base/auth_token_util_unittest.cc', |
| 106 'base/auto_thread_task_runner_unittest.cc', | 106 'base/auto_thread_task_runner_unittest.cc', |
| 107 'base/auto_thread_unittest.cc', | 107 'base/auto_thread_unittest.cc', |
| 108 'base/breakpad_win_unittest.cc', | 108 'base/breakpad_win_unittest.cc', |
| 109 'base/buffered_socket_writer_unittest.cc', |
| 109 'base/capabilities_unittest.cc', | 110 'base/capabilities_unittest.cc', |
| 110 'base/compound_buffer_unittest.cc', | 111 'base/compound_buffer_unittest.cc', |
| 111 'base/rate_counter_unittest.cc', | 112 'base/rate_counter_unittest.cc', |
| 112 'base/resources_unittest.cc', | 113 'base/resources_unittest.cc', |
| 113 'base/rsa_key_pair_unittest.cc', | 114 'base/rsa_key_pair_unittest.cc', |
| 114 'base/run_all_unittests.cc', | 115 'base/run_all_unittests.cc', |
| 115 'base/running_average_unittest.cc', | 116 'base/running_average_unittest.cc', |
| 116 'base/test_rsa_key_pair.h', | 117 'base/test_rsa_key_pair.h', |
| 117 'base/typed_buffer_unittest.cc', | 118 'base/typed_buffer_unittest.cc', |
| 118 'base/util_unittest.cc', | 119 'base/util_unittest.cc', |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 'host/shaped_desktop_capturer_unittest.cc', | 184 'host/shaped_desktop_capturer_unittest.cc', |
| 184 'host/token_validator_factory_impl_unittest.cc', | 185 'host/token_validator_factory_impl_unittest.cc', |
| 185 'host/video_frame_pump_unittest.cc', | 186 'host/video_frame_pump_unittest.cc', |
| 186 'host/video_frame_recorder_unittest.cc', | 187 'host/video_frame_recorder_unittest.cc', |
| 187 'host/win/rdp_client_unittest.cc', | 188 'host/win/rdp_client_unittest.cc', |
| 188 'host/win/worker_process_launcher.cc', | 189 'host/win/worker_process_launcher.cc', |
| 189 'host/win/worker_process_launcher.h', | 190 'host/win/worker_process_launcher.h', |
| 190 'host/win/worker_process_launcher_unittest.cc', | 191 'host/win/worker_process_launcher_unittest.cc', |
| 191 'protocol/authenticator_test_base.cc', | 192 'protocol/authenticator_test_base.cc', |
| 192 'protocol/authenticator_test_base.h', | 193 'protocol/authenticator_test_base.h', |
| 193 'protocol/buffered_socket_writer_unittest.cc', | |
| 194 'protocol/channel_multiplexer_unittest.cc', | 194 'protocol/channel_multiplexer_unittest.cc', |
| 195 'protocol/chromium_socket_factory_unittest.cc', | 195 'protocol/chromium_socket_factory_unittest.cc', |
| 196 'protocol/client_video_dispatcher_unittest.cc', | 196 'protocol/client_video_dispatcher_unittest.cc', |
| 197 'protocol/clipboard_echo_filter_unittest.cc', | 197 'protocol/clipboard_echo_filter_unittest.cc', |
| 198 'protocol/clipboard_filter_unittest.cc', | 198 'protocol/clipboard_filter_unittest.cc', |
| 199 'protocol/connection_tester.cc', | 199 'protocol/connection_tester.cc', |
| 200 'protocol/connection_tester.h', | 200 'protocol/connection_tester.h', |
| 201 'protocol/connection_to_client_unittest.cc', | 201 'protocol/connection_to_client_unittest.cc', |
| 202 'protocol/content_description_unittest.cc', | 202 'protocol/content_description_unittest.cc', |
| 203 'protocol/input_event_tracker_unittest.cc', | 203 'protocol/input_event_tracker_unittest.cc', |
| (...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 413 'dependencies': [ | 413 'dependencies': [ |
| 414 '../base/allocator/allocator.gyp:allocator', | 414 '../base/allocator/allocator.gyp:allocator', |
| 415 ], | 415 ], |
| 416 }], | 416 }], |
| 417 ], # end of 'conditions' | 417 ], # end of 'conditions' |
| 418 }, # end of target 'remoting_perftests' | 418 }, # end of target 'remoting_perftests' |
| 419 ] | 419 ] |
| 420 }] | 420 }] |
| 421 ] | 421 ] |
| 422 } | 422 } |
| OLD | NEW |