| 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', | |
| 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/': [ |
| 281 ['exclude', '^client/plugin/'], |
| 282 ] |
| 282 }], | 283 }], |
| 283 [ 'OS=="android"', { | 284 [ 'OS=="android"', { |
| 284 'dependencies': [ | 285 'dependencies': [ |
| 285 '../testing/android/native_test.gyp:native_test_native_code', | 286 '../testing/android/native_test.gyp:native_test_native_code', |
| 286 ], | 287 ], |
| 287 }], | 288 }], |
| 288 [ 'chromeos==0', { | 289 [ 'chromeos==0', { |
| 289 'sources!': [ | 290 'sources!': [ |
| 290 'client/plugin/normalizing_input_filter_cros_unittest.cc', | 291 'client/plugin/normalizing_input_filter_cros_unittest.cc', |
| 291 'host/chromeos/aura_desktop_capturer_unittest.cc', | 292 'host/chromeos/aura_desktop_capturer_unittest.cc', |
| (...skipping 159 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 |