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

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: Fixed merge errors, comments, and BUILD.gn. 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') | remoting/test/BUILD.gn » ('J')
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/fake_access_token_fetcher.cc', 61 'test/fake_access_token_fetcher.cc',
60 'test/fake_access_token_fetcher.h', 62 'test/fake_access_token_fetcher.h',
61 'test/fake_app_remoting_report_issue_request.cc', 63 'test/fake_app_remoting_report_issue_request.cc',
62 'test/fake_app_remoting_report_issue_request.h', 64 'test/fake_app_remoting_report_issue_request.h',
65 'test/fake_host_list_fetcher.cc',
66 'test/fake_host_list_fetcher.h',
63 'test/fake_network_dispatcher.cc', 67 'test/fake_network_dispatcher.cc',
64 'test/fake_network_dispatcher.h', 68 'test/fake_network_dispatcher.h',
65 'test/fake_network_manager.cc', 69 'test/fake_network_manager.cc',
66 'test/fake_network_manager.h', 70 'test/fake_network_manager.h',
67 'test/fake_port_allocator.cc', 71 'test/fake_port_allocator.cc',
68 'test/fake_port_allocator.h', 72 'test/fake_port_allocator.h',
73 'test/fake_refresh_token_store.cc',
74 'test/fake_refresh_token_store.h',
69 'test/fake_remote_host_info_fetcher.cc', 75 'test/fake_remote_host_info_fetcher.cc',
70 'test/fake_remote_host_info_fetcher.h', 76 'test/fake_remote_host_info_fetcher.h',
71 'test/fake_socket_factory.cc', 77 'test/fake_socket_factory.cc',
72 'test/fake_socket_factory.h', 78 'test/fake_socket_factory.h',
73 'test/host_info.cc', 79 'test/host_info.cc',
74 'test/host_info.h', 80 'test/host_info.h',
75 'test/host_list_fetcher.cc', 81 'test/host_list_fetcher.cc',
76 'test/host_list_fetcher.h', 82 'test/host_list_fetcher.h',
77 'test/leaky_bucket.cc', 83 'test/leaky_bucket.cc',
78 'test/leaky_bucket.h', 84 'test/leaky_bucket.h',
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 'signaling/jid_util_unittest.cc', 319 'signaling/jid_util_unittest.cc',
314 'signaling/log_to_server_unittest.cc', 320 'signaling/log_to_server_unittest.cc',
315 'signaling/push_notification_subscriber_unittest.cc', 321 'signaling/push_notification_subscriber_unittest.cc',
316 'signaling/server_log_entry_unittest.cc', 322 'signaling/server_log_entry_unittest.cc',
317 'signaling/server_log_entry_unittest.h', 323 'signaling/server_log_entry_unittest.h',
318 'signaling/xmpp_login_handler_unittest.cc', 324 'signaling/xmpp_login_handler_unittest.cc',
319 'signaling/xmpp_stream_parser_unittest.cc', 325 'signaling/xmpp_stream_parser_unittest.cc',
320 'signaling/xmpp_signal_strategy_unittest.cc', 326 'signaling/xmpp_signal_strategy_unittest.cc',
321 'test/access_token_fetcher_unittest.cc', 327 'test/access_token_fetcher_unittest.cc',
322 'test/app_remoting_report_issue_request_unittest.cc', 328 'test/app_remoting_report_issue_request_unittest.cc',
329 'test/chromoting_test_driver_environment_unittest.cc',
323 'test/host_list_fetcher_unittest.cc', 330 'test/host_list_fetcher_unittest.cc',
324 'test/remote_host_info_fetcher_unittest.cc', 331 'test/remote_host_info_fetcher_unittest.cc',
325 'test/test_chromoting_client_unittest.cc', 332 'test/test_chromoting_client_unittest.cc',
326 'test/test_video_renderer_unittest.cc', 333 'test/test_video_renderer_unittest.cc',
327 334
328 # TODO(sergeyu): app_remoting_test_driver_environment_unittest.cc 335 # TODO(sergeyu): app_remoting_test_driver_environment_unittest.cc
329 # depends on ar_test_driver_common target and that target implicitly 336 # depends on ar_test_driver_common target and that target implicitly
330 # depends on app_remoting_test_driver_environment_app_details.cc to 337 # depends on app_remoting_test_driver_environment_app_details.cc to
331 # allow some parameters to be overridden (i.e. *app_details.cc file can 338 # allow some parameters to be overridden (i.e. *app_details.cc file can
332 # be replace with a different one). This means that app_deails.cc file 339 # be replace with a different one). This means that app_deails.cc file
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 '../build/isolate.gypi', 604 '../build/isolate.gypi',
598 ], 605 ],
599 'sources': [ 606 'sources': [
600 'remoting_unittests.isolate', 607 'remoting_unittests.isolate',
601 ], 608 ],
602 }, 609 },
603 ], 610 ],
604 }], 611 }],
605 ] # end of 'conditions' 612 ] # end of 'conditions'
606 } 613 }
OLDNEW
« no previous file with comments | « no previous file | remoting/test/BUILD.gn » ('j') | remoting/test/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698