| 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 'target_name': 'remoting_test_common', | 8 'target_name': 'remoting_test_common', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 'protocol/message_decoder_unittest.cc', | 206 'protocol/message_decoder_unittest.cc', |
| 207 'protocol/message_reader_unittest.cc', | 207 'protocol/message_reader_unittest.cc', |
| 208 'protocol/monitored_video_stub_unittest.cc', | 208 'protocol/monitored_video_stub_unittest.cc', |
| 209 'protocol/mouse_input_filter_unittest.cc', | 209 'protocol/mouse_input_filter_unittest.cc', |
| 210 'protocol/negotiating_authenticator_unittest.cc', | 210 'protocol/negotiating_authenticator_unittest.cc', |
| 211 'protocol/network_settings_unittest.cc', | 211 'protocol/network_settings_unittest.cc', |
| 212 'protocol/pairing_registry_unittest.cc', | 212 'protocol/pairing_registry_unittest.cc', |
| 213 'protocol/ppapi_module_stub.cc', | 213 'protocol/ppapi_module_stub.cc', |
| 214 'protocol/ssl_hmac_channel_authenticator_unittest.cc', | 214 'protocol/ssl_hmac_channel_authenticator_unittest.cc', |
| 215 'protocol/third_party_authenticator_unittest.cc', | 215 'protocol/third_party_authenticator_unittest.cc', |
| 216 'protocol/touch_input_filter_unittest.cc', |
| 216 'protocol/v2_authenticator_unittest.cc', | 217 'protocol/v2_authenticator_unittest.cc', |
| 217 'signaling/fake_signal_strategy.cc', | 218 'signaling/fake_signal_strategy.cc', |
| 218 'signaling/fake_signal_strategy.h', | 219 'signaling/fake_signal_strategy.h', |
| 219 'signaling/iq_sender_unittest.cc', | 220 'signaling/iq_sender_unittest.cc', |
| 220 'signaling/log_to_server_unittest.cc', | 221 'signaling/log_to_server_unittest.cc', |
| 221 'signaling/server_log_entry_unittest.cc', | 222 'signaling/server_log_entry_unittest.cc', |
| 222 'signaling/server_log_entry_unittest.h', | 223 'signaling/server_log_entry_unittest.h', |
| 223 ], | 224 ], |
| 224 'conditions': [ | 225 'conditions': [ |
| 225 [ 'OS=="win"', { | 226 [ 'OS=="win"', { |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 444 'dependencies': [ | 445 'dependencies': [ |
| 445 '../base/allocator/allocator.gyp:allocator', | 446 '../base/allocator/allocator.gyp:allocator', |
| 446 ], | 447 ], |
| 447 }], | 448 }], |
| 448 ], # end of 'conditions' | 449 ], # end of 'conditions' |
| 449 }, # end of target 'remoting_perftests' | 450 }, # end of target 'remoting_perftests' |
| 450 ] | 451 ] |
| 451 }] | 452 }] |
| 452 ] | 453 ] |
| 453 } | 454 } |
| OLD | NEW |