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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
192 'host/screen_resolution_unittest.cc', | 192 'host/screen_resolution_unittest.cc', |
193 'host/server_log_entry_host_unittest.cc', | 193 'host/server_log_entry_host_unittest.cc', |
194 'host/setup/me2me_native_messaging_host.cc', | 194 'host/setup/me2me_native_messaging_host.cc', |
195 'host/setup/me2me_native_messaging_host.h', | 195 'host/setup/me2me_native_messaging_host.h', |
196 'host/setup/me2me_native_messaging_host_unittest.cc', | 196 'host/setup/me2me_native_messaging_host_unittest.cc', |
197 'host/setup/oauth_helper_unittest.cc', | 197 'host/setup/oauth_helper_unittest.cc', |
198 'host/setup/pin_validator_unittest.cc', | 198 'host/setup/pin_validator_unittest.cc', |
199 'host/shaped_desktop_capturer_unittest.cc', | 199 'host/shaped_desktop_capturer_unittest.cc', |
200 'host/third_party_auth_config_unittest.cc', | 200 'host/third_party_auth_config_unittest.cc', |
201 'host/token_validator_factory_impl_unittest.cc', | 201 'host/token_validator_factory_impl_unittest.cc', |
| 202 'host/touch_injector_win_unittest.cc', |
202 'host/video_frame_pump_unittest.cc', | 203 'host/video_frame_pump_unittest.cc', |
203 'host/video_frame_recorder_unittest.cc', | 204 'host/video_frame_recorder_unittest.cc', |
204 'host/win/rdp_client_unittest.cc', | 205 'host/win/rdp_client_unittest.cc', |
205 'host/win/worker_process_launcher.cc', | 206 'host/win/worker_process_launcher.cc', |
206 'host/win/worker_process_launcher.h', | 207 'host/win/worker_process_launcher.h', |
207 'host/win/worker_process_launcher_unittest.cc', | 208 'host/win/worker_process_launcher_unittest.cc', |
208 'protocol/authenticator_test_base.cc', | 209 'protocol/authenticator_test_base.cc', |
209 'protocol/authenticator_test_base.h', | 210 'protocol/authenticator_test_base.h', |
210 'protocol/channel_multiplexer_unittest.cc', | 211 'protocol/channel_multiplexer_unittest.cc', |
211 'protocol/chromium_socket_factory_unittest.cc', | 212 'protocol/chromium_socket_factory_unittest.cc', |
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
432 'dependencies': [ | 433 'dependencies': [ |
433 '../base/allocator/allocator.gyp:allocator', | 434 '../base/allocator/allocator.gyp:allocator', |
434 ], | 435 ], |
435 }], | 436 }], |
436 ], # end of 'conditions' | 437 ], # end of 'conditions' |
437 }, # end of target 'remoting_perftests' | 438 }, # end of target 'remoting_perftests' |
438 ] | 439 ] |
439 }] | 440 }] |
440 ] | 441 ] |
441 } | 442 } |
OLD | NEW |