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

Side by Side Diff: remoting/remoting_test.gypi

Issue 1237883002: Added chromoting test environment for the tests to share data. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added unittest, display connection stats ability, and error check for transition delay. Created 5 years, 5 months 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 | « no previous file | remoting/test/BUILD.gn » ('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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 'signaling/fake_signal_strategy.cc', 49 'signaling/fake_signal_strategy.cc',
50 'signaling/fake_signal_strategy.h', 50 'signaling/fake_signal_strategy.h',
51 'signaling/mock_signal_strategy.cc', 51 'signaling/mock_signal_strategy.cc',
52 'signaling/mock_signal_strategy.h', 52 'signaling/mock_signal_strategy.h',
53 'test/access_token_fetcher.cc', 53 'test/access_token_fetcher.cc',
54 'test/access_token_fetcher.h', 54 'test/access_token_fetcher.h',
55 'test/app_remoting_report_issue_request.cc', 55 'test/app_remoting_report_issue_request.cc',
56 'test/app_remoting_report_issue_request.h', 56 'test/app_remoting_report_issue_request.h',
57 'test/app_remoting_service_urls.cc', 57 'test/app_remoting_service_urls.cc',
58 'test/app_remoting_service_urls.h', 58 'test/app_remoting_service_urls.h',
59 'test/chromoting_test_driver_environment.cc',
60 'test/chromoting_test_driver_environment.h',
59 'test/connection_setup_info.cc', 61 'test/connection_setup_info.cc',
60 'test/connection_setup_info.h', 62 'test/connection_setup_info.h',
61 'test/fake_access_token_fetcher.cc', 63 'test/fake_access_token_fetcher.cc',
62 'test/fake_access_token_fetcher.h', 64 'test/fake_access_token_fetcher.h',
63 'test/fake_app_remoting_report_issue_request.cc', 65 'test/fake_app_remoting_report_issue_request.cc',
64 'test/fake_app_remoting_report_issue_request.h', 66 'test/fake_app_remoting_report_issue_request.h',
67 'test/fake_host_list_fetcher.cc',
68 'test/fake_host_list_fetcher.h',
65 'test/fake_network_dispatcher.cc', 69 'test/fake_network_dispatcher.cc',
66 'test/fake_network_dispatcher.h', 70 'test/fake_network_dispatcher.h',
67 'test/fake_network_manager.cc', 71 'test/fake_network_manager.cc',
68 'test/fake_network_manager.h', 72 'test/fake_network_manager.h',
69 'test/fake_port_allocator.cc', 73 'test/fake_port_allocator.cc',
70 'test/fake_port_allocator.h', 74 'test/fake_port_allocator.h',
75 'test/fake_refresh_token_store.cc',
76 'test/fake_refresh_token_store.h',
71 'test/fake_remote_host_info_fetcher.cc', 77 'test/fake_remote_host_info_fetcher.cc',
72 'test/fake_remote_host_info_fetcher.h', 78 'test/fake_remote_host_info_fetcher.h',
73 'test/fake_socket_factory.cc', 79 'test/fake_socket_factory.cc',
74 'test/fake_socket_factory.h', 80 'test/fake_socket_factory.h',
75 'test/host_info.cc', 81 'test/host_info.cc',
76 'test/host_info.h', 82 'test/host_info.h',
77 'test/host_list_fetcher.cc', 83 'test/host_list_fetcher.cc',
78 'test/host_list_fetcher.h', 84 'test/host_list_fetcher.h',
79 'test/leaky_bucket.cc', 85 'test/leaky_bucket.cc',
80 'test/leaky_bucket.h', 86 'test/leaky_bucket.h',
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 'signaling/jid_util_unittest.cc', 320 'signaling/jid_util_unittest.cc',
315 'signaling/log_to_server_unittest.cc', 321 'signaling/log_to_server_unittest.cc',
316 'signaling/push_notification_subscriber_unittest.cc', 322 'signaling/push_notification_subscriber_unittest.cc',
317 'signaling/server_log_entry_unittest.cc', 323 'signaling/server_log_entry_unittest.cc',
318 'signaling/server_log_entry_unittest.h', 324 'signaling/server_log_entry_unittest.h',
319 'signaling/xmpp_login_handler_unittest.cc', 325 'signaling/xmpp_login_handler_unittest.cc',
320 'signaling/xmpp_stream_parser_unittest.cc', 326 'signaling/xmpp_stream_parser_unittest.cc',
321 'signaling/xmpp_signal_strategy_unittest.cc', 327 'signaling/xmpp_signal_strategy_unittest.cc',
322 'test/access_token_fetcher_unittest.cc', 328 'test/access_token_fetcher_unittest.cc',
323 'test/app_remoting_report_issue_request_unittest.cc', 329 'test/app_remoting_report_issue_request_unittest.cc',
330 'test/chromoting_test_driver_environment_unittest.cc',
324 'test/host_list_fetcher_unittest.cc', 331 'test/host_list_fetcher_unittest.cc',
325 'test/remote_host_info_fetcher_unittest.cc', 332 'test/remote_host_info_fetcher_unittest.cc',
326 'test/test_chromoting_client_unittest.cc', 333 'test/test_chromoting_client_unittest.cc',
327 'test/test_video_renderer_unittest.cc', 334 'test/test_video_renderer_unittest.cc',
328 335
329 # TODO(sergeyu): app_remoting_test_driver_environment_unittest.cc 336 # TODO(sergeyu): app_remoting_test_driver_environment_unittest.cc
330 # depends on ar_test_driver_common target and that target implicitly 337 # depends on ar_test_driver_common target and that target implicitly
331 # depends on app_remoting_test_driver_environment_app_details.cc to 338 # depends on app_remoting_test_driver_environment_app_details.cc to
332 # allow some parameters to be overridden (i.e. *app_details.cc file can 339 # allow some parameters to be overridden (i.e. *app_details.cc file can
333 # be replace with a different one). This means that app_deails.cc file 340 # be replace with a different one). This means that app_deails.cc file
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
604 '../build/isolate.gypi', 611 '../build/isolate.gypi',
605 ], 612 ],
606 'sources': [ 613 'sources': [
607 'remoting_unittests.isolate', 614 'remoting_unittests.isolate',
608 ], 615 ],
609 }, 616 },
610 ], 617 ],
611 }], 618 }],
612 ] # end of 'conditions' 619 ] # end of 'conditions'
613 } 620 }
OLDNEW
« no previous file with comments | « no previous file | remoting/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698