| 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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 'protocol/monitored_video_stub_unittest.cc', | 245 'protocol/monitored_video_stub_unittest.cc', |
| 246 'protocol/mouse_input_filter_unittest.cc', | 246 'protocol/mouse_input_filter_unittest.cc', |
| 247 'protocol/negotiating_authenticator_unittest.cc', | 247 'protocol/negotiating_authenticator_unittest.cc', |
| 248 'protocol/pairing_registry_unittest.cc', | 248 'protocol/pairing_registry_unittest.cc', |
| 249 'protocol/port_range_unittest.cc', | 249 'protocol/port_range_unittest.cc', |
| 250 'protocol/ppapi_module_stub.cc', | 250 'protocol/ppapi_module_stub.cc', |
| 251 'protocol/ssl_hmac_channel_authenticator_unittest.cc', | 251 'protocol/ssl_hmac_channel_authenticator_unittest.cc', |
| 252 'protocol/third_party_authenticator_unittest.cc', | 252 'protocol/third_party_authenticator_unittest.cc', |
| 253 'protocol/v2_authenticator_unittest.cc', | 253 'protocol/v2_authenticator_unittest.cc', |
| 254 'signaling/iq_sender_unittest.cc', | 254 'signaling/iq_sender_unittest.cc', |
| 255 'signaling/jid_util_unittest.cc', |
| 255 'signaling/log_to_server_unittest.cc', | 256 'signaling/log_to_server_unittest.cc', |
| 256 'signaling/server_log_entry_unittest.cc', | 257 'signaling/server_log_entry_unittest.cc', |
| 257 'signaling/server_log_entry_unittest.h', | 258 'signaling/server_log_entry_unittest.h', |
| 258 'signaling/xmpp_login_handler_unittest.cc', | 259 'signaling/xmpp_login_handler_unittest.cc', |
| 259 'signaling/xmpp_stream_parser_unittest.cc', | 260 'signaling/xmpp_stream_parser_unittest.cc', |
| 260 'signaling/xmpp_signal_strategy_unittest.cc', | 261 'signaling/xmpp_signal_strategy_unittest.cc', |
| 261 'test/access_token_fetcher_unittest.cc', | 262 'test/access_token_fetcher_unittest.cc', |
| 262 'test/app_remoting_test_driver_environment_unittest.cc', | 263 'test/app_remoting_test_driver_environment_unittest.cc', |
| 263 'test/remote_host_info_fetcher_unittest.cc', | 264 'test/remote_host_info_fetcher_unittest.cc', |
| 264 'test/test_chromoting_client_unittest.cc', | 265 'test/test_chromoting_client_unittest.cc', |
| (...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 510 'dependencies': [ | 511 'dependencies': [ |
| 511 'remoting_nacl.gyp:remoting_client_plugin_nacl', | 512 'remoting_nacl.gyp:remoting_client_plugin_nacl', |
| 512 'remoting_webapp_browser_test_main_html', | 513 'remoting_webapp_browser_test_main_html', |
| 513 ], | 514 ], |
| 514 'includes': [ 'remoting_webapp.gypi', ], | 515 'includes': [ 'remoting_webapp.gypi', ], |
| 515 }, # end of target 'remoting_webapp_browser_test' | 516 }, # end of target 'remoting_webapp_browser_test' |
| 516 ] | 517 ] |
| 517 }] | 518 }] |
| 518 ] # end of 'conditions' | 519 ] # end of 'conditions' |
| 519 } | 520 } |
| OLD | NEW |