Chromium Code Reviews| 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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 305 'protocol/authenticator_test_base.h', | 305 'protocol/authenticator_test_base.h', |
| 306 'protocol/capture_scheduler_unittest.cc', | 306 'protocol/capture_scheduler_unittest.cc', |
| 307 'protocol/channel_multiplexer_unittest.cc', | 307 'protocol/channel_multiplexer_unittest.cc', |
| 308 'protocol/channel_socket_adapter_unittest.cc', | 308 'protocol/channel_socket_adapter_unittest.cc', |
| 309 'protocol/chromium_socket_factory_unittest.cc', | 309 'protocol/chromium_socket_factory_unittest.cc', |
| 310 'protocol/client_video_dispatcher_unittest.cc', | 310 'protocol/client_video_dispatcher_unittest.cc', |
| 311 'protocol/clipboard_echo_filter_unittest.cc', | 311 'protocol/clipboard_echo_filter_unittest.cc', |
| 312 'protocol/clipboard_filter_unittest.cc', | 312 'protocol/clipboard_filter_unittest.cc', |
| 313 'protocol/connection_tester.cc', | 313 'protocol/connection_tester.cc', |
| 314 'protocol/connection_tester.h', | 314 'protocol/connection_tester.h', |
| 315 'protocol/connection_unittest.cc.cc', | |
|
joedow
2015/12/17 17:29:11
duplicate file extension ".cc.cc".
Sergey Ulanov
2015/12/17 17:36:18
Done.
| |
| 315 'protocol/content_description_unittest.cc', | 316 'protocol/content_description_unittest.cc', |
| 316 'protocol/ice_connection_to_client_unittest.cc', | |
| 317 'protocol/ice_transport_unittest.cc', | 317 'protocol/ice_transport_unittest.cc', |
| 318 'protocol/input_event_tracker_unittest.cc', | 318 'protocol/input_event_tracker_unittest.cc', |
| 319 'protocol/input_filter_unittest.cc', | 319 'protocol/input_filter_unittest.cc', |
| 320 'protocol/jingle_messages_unittest.cc', | 320 'protocol/jingle_messages_unittest.cc', |
| 321 'protocol/jingle_session_unittest.cc', | 321 'protocol/jingle_session_unittest.cc', |
| 322 'protocol/message_decoder_unittest.cc', | 322 'protocol/message_decoder_unittest.cc', |
| 323 'protocol/message_reader_unittest.cc', | 323 'protocol/message_reader_unittest.cc', |
| 324 'protocol/monitored_video_stub_unittest.cc', | 324 'protocol/monitored_video_stub_unittest.cc', |
| 325 'protocol/mouse_input_filter_unittest.cc', | 325 'protocol/mouse_input_filter_unittest.cc', |
| 326 'protocol/negotiating_authenticator_unittest.cc', | 326 'protocol/negotiating_authenticator_unittest.cc', |
| (...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 619 '../build/isolate.gypi', | 619 '../build/isolate.gypi', |
| 620 ], | 620 ], |
| 621 'sources': [ | 621 'sources': [ |
| 622 'remoting_unittests.isolate', | 622 'remoting_unittests.isolate', |
| 623 ], | 623 ], |
| 624 }, | 624 }, |
| 625 ], | 625 ], |
| 626 }], | 626 }], |
| 627 ] # end of 'conditions' | 627 ] # end of 'conditions' |
| 628 } | 628 } |
| OLD | NEW |