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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
239 'protocol/message_reader_unittest.cc', | 239 'protocol/message_reader_unittest.cc', |
240 'protocol/monitored_video_stub_unittest.cc', | 240 'protocol/monitored_video_stub_unittest.cc', |
241 'protocol/mouse_input_filter_unittest.cc', | 241 'protocol/mouse_input_filter_unittest.cc', |
242 'protocol/negotiating_authenticator_unittest.cc', | 242 'protocol/negotiating_authenticator_unittest.cc', |
243 'protocol/pairing_registry_unittest.cc', | 243 'protocol/pairing_registry_unittest.cc', |
244 'protocol/port_range_unittest.cc', | 244 'protocol/port_range_unittest.cc', |
245 'protocol/ppapi_module_stub.cc', | 245 'protocol/ppapi_module_stub.cc', |
246 'protocol/ssl_hmac_channel_authenticator_unittest.cc', | 246 'protocol/ssl_hmac_channel_authenticator_unittest.cc', |
247 'protocol/third_party_authenticator_unittest.cc', | 247 'protocol/third_party_authenticator_unittest.cc', |
248 'protocol/v2_authenticator_unittest.cc', | 248 'protocol/v2_authenticator_unittest.cc', |
249 'signaling/fake_signal_strategy.cc', | |
Łukasz Anforowicz
2015/03/23 23:57:11
The removed source files are also present in remot
| |
250 'signaling/fake_signal_strategy.h', | |
251 'signaling/iq_sender_unittest.cc', | 249 'signaling/iq_sender_unittest.cc', |
252 'signaling/log_to_server_unittest.cc', | 250 'signaling/log_to_server_unittest.cc', |
253 'signaling/server_log_entry_unittest.cc', | 251 'signaling/server_log_entry_unittest.cc', |
254 'signaling/server_log_entry_unittest.h', | 252 'signaling/server_log_entry_unittest.h', |
255 'signaling/xmpp_login_handler_unittest.cc', | 253 'signaling/xmpp_login_handler_unittest.cc', |
256 'signaling/xmpp_stream_parser_unittest.cc', | 254 'signaling/xmpp_stream_parser_unittest.cc', |
257 'signaling/xmpp_signal_strategy_unittest.cc', | 255 'signaling/xmpp_signal_strategy_unittest.cc', |
258 'test/access_token_fetcher_unittest.cc', | 256 'test/access_token_fetcher_unittest.cc', |
259 'test/app_remoting_test_driver_environment_unittest.cc', | 257 'test/app_remoting_test_driver_environment_unittest.cc', |
260 'test/remote_host_info_fetcher_unittest.cc', | 258 'test/remote_host_info_fetcher_unittest.cc', |
(...skipping 11 matching lines...) Expand all Loading... | |
272 'libraries': [ | 270 'libraries': [ |
273 '-lrpcrt4.lib', | 271 '-lrpcrt4.lib', |
274 '-lwtsapi32.lib', | 272 '-lwtsapi32.lib', |
275 ], | 273 ], |
276 }, | 274 }, |
277 }], | 275 }], |
278 [ 'OS=="android"', { | 276 [ 'OS=="android"', { |
279 'dependencies!': [ | 277 'dependencies!': [ |
280 'remoting_client_plugin', | 278 'remoting_client_plugin', |
281 ], | 279 ], |
280 'sources!': [ | |
Lambros
2015/03/24 00:19:20
I think you should remove everything from plugin/
Łukasz Anforowicz
2015/03/24 17:10:23
Good point. Done.
| |
281 'client/plugin/empty_cursor_filter_unittest.cc', | |
282 'client/plugin/normalizing_input_filter_cros_unittest.cc', | |
283 'client/plugin/normalizing_input_filter_mac_unittest.cc', | |
284 'client/plugin/touch_input_scaler_unittest.cc', | |
Łukasz Anforowicz
2015/03/23 23:57:11
Since we are removing remoting_client_plugin when
| |
285 ], | |
282 }], | 286 }], |
283 [ 'OS=="android"', { | 287 [ 'OS=="android"', { |
284 'dependencies': [ | 288 'dependencies': [ |
285 '../testing/android/native_test.gyp:native_test_native_code', | 289 '../testing/android/native_test.gyp:native_test_native_code', |
286 ], | 290 ], |
287 }], | 291 }], |
288 [ 'chromeos==0', { | 292 [ 'chromeos==0', { |
289 'sources!': [ | 293 'sources!': [ |
290 'client/plugin/normalizing_input_filter_cros_unittest.cc', | 294 'client/plugin/normalizing_input_filter_cros_unittest.cc', |
291 'host/chromeos/aura_desktop_capturer_unittest.cc', | 295 'host/chromeos/aura_desktop_capturer_unittest.cc', |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
451 'dependencies': [ | 455 'dependencies': [ |
452 '../base/allocator/allocator.gyp:allocator', | 456 '../base/allocator/allocator.gyp:allocator', |
453 ], | 457 ], |
454 }], | 458 }], |
455 ], # end of 'conditions' | 459 ], # end of 'conditions' |
456 }, # end of target 'remoting_perftests' | 460 }, # end of target 'remoting_perftests' |
457 ] | 461 ] |
458 }] | 462 }] |
459 ] | 463 ] |
460 } | 464 } |
OLD | NEW |