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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
207 'host/screen_resolution_unittest.cc', | 207 'host/screen_resolution_unittest.cc', |
208 'host/server_log_entry_host_unittest.cc', | 208 'host/server_log_entry_host_unittest.cc', |
209 'host/setup/me2me_native_messaging_host.cc', | 209 'host/setup/me2me_native_messaging_host.cc', |
210 'host/setup/me2me_native_messaging_host.h', | 210 'host/setup/me2me_native_messaging_host.h', |
211 'host/setup/me2me_native_messaging_host_unittest.cc', | 211 'host/setup/me2me_native_messaging_host_unittest.cc', |
212 'host/setup/oauth_helper_unittest.cc', | 212 'host/setup/oauth_helper_unittest.cc', |
213 'host/setup/pin_validator_unittest.cc', | 213 'host/setup/pin_validator_unittest.cc', |
214 'host/shaped_desktop_capturer_unittest.cc', | 214 'host/shaped_desktop_capturer_unittest.cc', |
215 'host/third_party_auth_config_unittest.cc', | 215 'host/third_party_auth_config_unittest.cc', |
216 'host/token_validator_factory_impl_unittest.cc', | 216 'host/token_validator_factory_impl_unittest.cc', |
| 217 'host/touch_injector_win_unittest.cc', |
217 'host/video_frame_pump_unittest.cc', | 218 'host/video_frame_pump_unittest.cc', |
218 'host/video_frame_recorder_unittest.cc', | 219 'host/video_frame_recorder_unittest.cc', |
219 'host/win/rdp_client_unittest.cc', | 220 'host/win/rdp_client_unittest.cc', |
220 'host/win/worker_process_launcher.cc', | 221 'host/win/worker_process_launcher.cc', |
221 'host/win/worker_process_launcher.h', | 222 'host/win/worker_process_launcher.h', |
222 'host/win/worker_process_launcher_unittest.cc', | 223 'host/win/worker_process_launcher_unittest.cc', |
223 'protocol/authenticator_test_base.cc', | 224 'protocol/authenticator_test_base.cc', |
224 'protocol/authenticator_test_base.h', | 225 'protocol/authenticator_test_base.h', |
225 'protocol/channel_multiplexer_unittest.cc', | 226 'protocol/channel_multiplexer_unittest.cc', |
226 'protocol/chromium_socket_factory_unittest.cc', | 227 'protocol/chromium_socket_factory_unittest.cc', |
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
451 'dependencies': [ | 452 'dependencies': [ |
452 '../base/allocator/allocator.gyp:allocator', | 453 '../base/allocator/allocator.gyp:allocator', |
453 ], | 454 ], |
454 }], | 455 }], |
455 ], # end of 'conditions' | 456 ], # end of 'conditions' |
456 }, # end of target 'remoting_perftests' | 457 }, # end of target 'remoting_perftests' |
457 ] | 458 ] |
458 }] | 459 }] |
459 ] | 460 ] |
460 } | 461 } |
OLD | NEW |