| 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_support', | 9 'target_name': 'remoting_test_support', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 314 'protocol/channel_multiplexer_unittest.cc', | 314 'protocol/channel_multiplexer_unittest.cc', |
| 315 'protocol/channel_socket_adapter_unittest.cc', | 315 'protocol/channel_socket_adapter_unittest.cc', |
| 316 'protocol/chromium_socket_factory_unittest.cc', | 316 'protocol/chromium_socket_factory_unittest.cc', |
| 317 'protocol/client_video_dispatcher_unittest.cc', | 317 'protocol/client_video_dispatcher_unittest.cc', |
| 318 'protocol/clipboard_echo_filter_unittest.cc', | 318 'protocol/clipboard_echo_filter_unittest.cc', |
| 319 'protocol/clipboard_filter_unittest.cc', | 319 'protocol/clipboard_filter_unittest.cc', |
| 320 'protocol/connection_tester.cc', | 320 'protocol/connection_tester.cc', |
| 321 'protocol/connection_tester.h', | 321 'protocol/connection_tester.h', |
| 322 'protocol/connection_unittest.cc', | 322 'protocol/connection_unittest.cc', |
| 323 'protocol/content_description_unittest.cc', | 323 'protocol/content_description_unittest.cc', |
| 324 'protocol/http_ice_config_request_unittest.cc', |
| 324 'protocol/ice_transport_unittest.cc', | 325 'protocol/ice_transport_unittest.cc', |
| 325 'protocol/input_event_tracker_unittest.cc', | 326 'protocol/input_event_tracker_unittest.cc', |
| 326 'protocol/input_filter_unittest.cc', | 327 'protocol/input_filter_unittest.cc', |
| 327 'protocol/jingle_messages_unittest.cc', | 328 'protocol/jingle_messages_unittest.cc', |
| 328 'protocol/jingle_session_unittest.cc', | 329 'protocol/jingle_session_unittest.cc', |
| 329 'protocol/message_decoder_unittest.cc', | 330 'protocol/message_decoder_unittest.cc', |
| 330 'protocol/message_reader_unittest.cc', | 331 'protocol/message_reader_unittest.cc', |
| 331 'protocol/monitored_video_stub_unittest.cc', | 332 'protocol/monitored_video_stub_unittest.cc', |
| 332 'protocol/mouse_input_filter_unittest.cc', | 333 'protocol/mouse_input_filter_unittest.cc', |
| 333 'protocol/negotiating_authenticator_unittest.cc', | 334 'protocol/negotiating_authenticator_unittest.cc', |
| (...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 613 '../build/isolate.gypi', | 614 '../build/isolate.gypi', |
| 614 ], | 615 ], |
| 615 'sources': [ | 616 'sources': [ |
| 616 'remoting_unittests.isolate', | 617 'remoting_unittests.isolate', |
| 617 ], | 618 ], |
| 618 }, | 619 }, |
| 619 ], | 620 ], |
| 620 }], | 621 }], |
| 621 ] # end of 'conditions' | 622 ] # end of 'conditions' |
| 622 } | 623 } |
| OLD | NEW |