Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(66)

Side by Side Diff: remoting/remoting_test.gypi

Issue 1531983002: Replace ice_connection_to_client_unittest.cc with connection_unittest.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « remoting/protocol/ice_connection_to_client_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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',
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
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 }
OLDNEW
« no previous file with comments | « remoting/protocol/ice_connection_to_client_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698