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

Side by Side Diff: remoting/remoting_test.gypi

Issue 1493083002: Remove QUIC support from remoting host and client. (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/remoting_srcs.gypi ('k') | remoting/webapp/base/js/experiments.js » ('j') | 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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 'protocol/jingle_session_unittest.cc', 320 'protocol/jingle_session_unittest.cc',
321 'protocol/message_decoder_unittest.cc', 321 'protocol/message_decoder_unittest.cc',
322 'protocol/message_reader_unittest.cc', 322 'protocol/message_reader_unittest.cc',
323 'protocol/monitored_video_stub_unittest.cc', 323 'protocol/monitored_video_stub_unittest.cc',
324 'protocol/mouse_input_filter_unittest.cc', 324 'protocol/mouse_input_filter_unittest.cc',
325 'protocol/negotiating_authenticator_unittest.cc', 325 'protocol/negotiating_authenticator_unittest.cc',
326 'protocol/pairing_registry_unittest.cc', 326 'protocol/pairing_registry_unittest.cc',
327 'protocol/port_range_unittest.cc', 327 'protocol/port_range_unittest.cc',
328 'protocol/ppapi_module_stub.cc', 328 'protocol/ppapi_module_stub.cc',
329 'protocol/pseudotcp_adapter_unittest.cc', 329 'protocol/pseudotcp_adapter_unittest.cc',
330 'protocol/quic_channel_factory_unittest.cc',
331 'protocol/session_config_unittest.cc', 330 'protocol/session_config_unittest.cc',
332 'protocol/ssl_hmac_channel_authenticator_unittest.cc', 331 'protocol/ssl_hmac_channel_authenticator_unittest.cc',
333 'protocol/third_party_authenticator_unittest.cc', 332 'protocol/third_party_authenticator_unittest.cc',
334 'protocol/v2_authenticator_unittest.cc', 333 'protocol/v2_authenticator_unittest.cc',
335 'protocol/video_frame_pump_unittest.cc', 334 'protocol/video_frame_pump_unittest.cc',
336 'protocol/webrtc_transport_unittest.cc', 335 'protocol/webrtc_transport_unittest.cc',
337 'signaling/iq_sender_unittest.cc', 336 'signaling/iq_sender_unittest.cc',
338 'signaling/jid_util_unittest.cc', 337 'signaling/jid_util_unittest.cc',
339 'signaling/log_to_server_unittest.cc', 338 'signaling/log_to_server_unittest.cc',
340 'signaling/push_notification_subscriber_unittest.cc', 339 'signaling/push_notification_subscriber_unittest.cc',
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 '../build/isolate.gypi', 617 '../build/isolate.gypi',
619 ], 618 ],
620 'sources': [ 619 'sources': [
621 'remoting_unittests.isolate', 620 'remoting_unittests.isolate',
622 ], 621 ],
623 }, 622 },
624 ], 623 ],
625 }], 624 }],
626 ] # end of 'conditions' 625 ] # end of 'conditions'
627 } 626 }
OLDNEW
« no previous file with comments | « remoting/remoting_srcs.gypi ('k') | remoting/webapp/base/js/experiments.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698