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

Side by Side Diff: remoting/remoting_test.gypi

Issue 1460593005: Make protocol::ConnectionToClient an abstract interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
« remoting/host/client_session.cc ('K') | « remoting/remoting_srcs.gypi ('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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 'protocol/authenticator_test_base.cc', 304 'protocol/authenticator_test_base.cc',
305 'protocol/authenticator_test_base.h', 305 'protocol/authenticator_test_base.h',
306 'protocol/channel_multiplexer_unittest.cc', 306 'protocol/channel_multiplexer_unittest.cc',
307 'protocol/channel_socket_adapter_unittest.cc', 307 'protocol/channel_socket_adapter_unittest.cc',
308 'protocol/chromium_socket_factory_unittest.cc', 308 'protocol/chromium_socket_factory_unittest.cc',
309 'protocol/client_video_dispatcher_unittest.cc', 309 'protocol/client_video_dispatcher_unittest.cc',
310 'protocol/clipboard_echo_filter_unittest.cc', 310 'protocol/clipboard_echo_filter_unittest.cc',
311 'protocol/clipboard_filter_unittest.cc', 311 'protocol/clipboard_filter_unittest.cc',
312 'protocol/connection_tester.cc', 312 'protocol/connection_tester.cc',
313 'protocol/connection_tester.h', 313 'protocol/connection_tester.h',
314 'protocol/connection_to_client_unittest.cc',
315 'protocol/content_description_unittest.cc', 314 'protocol/content_description_unittest.cc',
315 'protocol/ice_connection_to_client_unittest.cc',
316 'protocol/input_event_tracker_unittest.cc', 316 'protocol/input_event_tracker_unittest.cc',
317 'protocol/input_filter_unittest.cc', 317 'protocol/input_filter_unittest.cc',
318 'protocol/jingle_messages_unittest.cc', 318 'protocol/jingle_messages_unittest.cc',
319 'protocol/jingle_session_unittest.cc', 319 'protocol/jingle_session_unittest.cc',
320 'protocol/message_decoder_unittest.cc', 320 'protocol/message_decoder_unittest.cc',
321 'protocol/message_reader_unittest.cc', 321 'protocol/message_reader_unittest.cc',
322 'protocol/monitored_video_stub_unittest.cc', 322 'protocol/monitored_video_stub_unittest.cc',
323 'protocol/mouse_input_filter_unittest.cc', 323 'protocol/mouse_input_filter_unittest.cc',
324 'protocol/quic_channel_factory_unittest.cc',
325 'protocol/negotiating_authenticator_unittest.cc', 324 'protocol/negotiating_authenticator_unittest.cc',
326 'protocol/pairing_registry_unittest.cc', 325 'protocol/pairing_registry_unittest.cc',
327 'protocol/port_range_unittest.cc', 326 'protocol/port_range_unittest.cc',
328 'protocol/ppapi_module_stub.cc', 327 'protocol/ppapi_module_stub.cc',
329 'protocol/pseudotcp_adapter_unittest.cc', 328 'protocol/pseudotcp_adapter_unittest.cc',
329 'protocol/quic_channel_factory_unittest.cc',
330 'protocol/ssl_hmac_channel_authenticator_unittest.cc', 330 'protocol/ssl_hmac_channel_authenticator_unittest.cc',
331 'protocol/third_party_authenticator_unittest.cc', 331 'protocol/third_party_authenticator_unittest.cc',
332 'protocol/v2_authenticator_unittest.cc', 332 'protocol/v2_authenticator_unittest.cc',
333 'signaling/iq_sender_unittest.cc', 333 'signaling/iq_sender_unittest.cc',
334 'signaling/jid_util_unittest.cc', 334 'signaling/jid_util_unittest.cc',
335 'signaling/log_to_server_unittest.cc', 335 'signaling/log_to_server_unittest.cc',
336 'signaling/push_notification_subscriber_unittest.cc', 336 'signaling/push_notification_subscriber_unittest.cc',
337 'signaling/server_log_entry_unittest.cc', 337 'signaling/server_log_entry_unittest.cc',
338 'signaling/server_log_entry_unittest.h', 338 'signaling/server_log_entry_unittest.h',
339 'signaling/xmpp_login_handler_unittest.cc', 339 'signaling/xmpp_login_handler_unittest.cc',
340 'signaling/xmpp_signal_strategy_unittest.cc',
340 'signaling/xmpp_stream_parser_unittest.cc', 341 'signaling/xmpp_stream_parser_unittest.cc',
341 'signaling/xmpp_signal_strategy_unittest.cc',
342 'test/access_token_fetcher_unittest.cc', 342 'test/access_token_fetcher_unittest.cc',
343 'test/app_remoting_report_issue_request_unittest.cc', 343 'test/app_remoting_report_issue_request_unittest.cc',
344 'test/app_remoting_test_driver_environment_unittest.cc', 344 'test/app_remoting_test_driver_environment_unittest.cc',
345 'test/chromoting_test_driver_environment_unittest.cc', 345 'test/chromoting_test_driver_environment_unittest.cc',
346 'test/connection_time_observer_unittest.cc', 346 'test/connection_time_observer_unittest.cc',
347 'test/host_list_fetcher_unittest.cc', 347 'test/host_list_fetcher_unittest.cc',
348 'test/remote_host_info_fetcher_unittest.cc', 348 'test/remote_host_info_fetcher_unittest.cc',
349 'test/test_chromoting_client_unittest.cc', 349 'test/test_chromoting_client_unittest.cc',
350 'test/test_video_renderer_unittest.cc', 350 'test/test_video_renderer_unittest.cc',
351 ], 351 ],
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 '../build/isolate.gypi', 614 '../build/isolate.gypi',
615 ], 615 ],
616 'sources': [ 616 'sources': [
617 'remoting_unittests.isolate', 617 'remoting_unittests.isolate',
618 ], 618 ],
619 }, 619 },
620 ], 620 ],
621 }], 621 }],
622 ] # end of 'conditions' 622 ] # end of 'conditions'
623 } 623 }
OLDNEW
« remoting/host/client_session.cc ('K') | « remoting/remoting_srcs.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698