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

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: Cleaned up environment code. 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
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_common', 9 'target_name': 'remoting_test_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 'signaling/mock_signal_strategy.h', 48 'signaling/mock_signal_strategy.h',
49 'test/access_token_fetcher.cc', 49 'test/access_token_fetcher.cc',
50 'test/access_token_fetcher.h', 50 'test/access_token_fetcher.h',
51 'test/app_remoting_report_issue_request.cc', 51 'test/app_remoting_report_issue_request.cc',
52 'test/app_remoting_report_issue_request.h', 52 'test/app_remoting_report_issue_request.h',
53 'test/app_remoting_service_urls.cc', 53 'test/app_remoting_service_urls.cc',
54 'test/app_remoting_service_urls.h', 54 'test/app_remoting_service_urls.h',
55 'test/app_remoting_test_driver_environment.cc', 55 'test/app_remoting_test_driver_environment.cc',
56 'test/app_remoting_test_driver_environment_app_details.cc', 56 'test/app_remoting_test_driver_environment_app_details.cc',
57 'test/app_remoting_test_driver_environment.h', 57 'test/app_remoting_test_driver_environment.h',
58 'test/chromoting_test_driver_environment.cc',
59 'test/chromoting_test_driver_environment.h',
joedow 2015/07/16 03:00:38 You will want to coordinate the landing of this ch
tonychun 2015/07/16 18:46:53 Talked to him. I will merge with his changes if hi
58 'test/host_info.cc', 60 'test/host_info.cc',
59 'test/host_info.h', 61 'test/host_info.h',
60 'test/host_list_fetcher.cc', 62 'test/host_list_fetcher.cc',
61 'test/host_list_fetcher.h', 63 'test/host_list_fetcher.h',
62 'test/fake_access_token_fetcher.cc', 64 'test/fake_access_token_fetcher.cc',
63 'test/fake_access_token_fetcher.h', 65 'test/fake_access_token_fetcher.h',
64 'test/fake_app_remoting_report_issue_request.cc', 66 'test/fake_app_remoting_report_issue_request.cc',
65 'test/fake_app_remoting_report_issue_request.h', 67 'test/fake_app_remoting_report_issue_request.h',
68 'test/fake_host_list_fetcher.cc',
69 'test/fake_host_list_fetcher.h',
66 'test/fake_network_dispatcher.cc', 70 'test/fake_network_dispatcher.cc',
67 'test/fake_network_dispatcher.h', 71 'test/fake_network_dispatcher.h',
68 'test/fake_network_manager.cc', 72 'test/fake_network_manager.cc',
69 'test/fake_network_manager.h', 73 'test/fake_network_manager.h',
70 'test/fake_port_allocator.cc', 74 'test/fake_port_allocator.cc',
71 'test/fake_port_allocator.h', 75 'test/fake_port_allocator.h',
76 'test/fake_refresh_token_store.cc',
77 'test/fake_refresh_token_store.h',
72 'test/fake_remote_host_info_fetcher.cc', 78 'test/fake_remote_host_info_fetcher.cc',
73 'test/fake_remote_host_info_fetcher.h', 79 'test/fake_remote_host_info_fetcher.h',
74 'test/fake_socket_factory.cc', 80 'test/fake_socket_factory.cc',
75 'test/fake_socket_factory.h', 81 'test/fake_socket_factory.h',
76 'test/leaky_bucket.cc', 82 'test/leaky_bucket.cc',
77 'test/leaky_bucket.h', 83 'test/leaky_bucket.h',
78 'test/mock_access_token_fetcher.cc', 84 'test/mock_access_token_fetcher.cc',
79 'test/mock_access_token_fetcher.h', 85 'test/mock_access_token_fetcher.h',
80 'test/refresh_token_store.cc', 86 'test/refresh_token_store.cc',
81 'test/refresh_token_store.h', 87 'test/refresh_token_store.h',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 # A chromoting version of remoting_test_driver_common 139 # A chromoting version of remoting_test_driver_common
134 'target_name': 'chromoting_test_driver', 140 'target_name': 'chromoting_test_driver',
135 'type': '<(gtest_target_type)', 141 'type': '<(gtest_target_type)',
136 'dependencies': [ 142 'dependencies': [
137 'remoting_test_driver_common', 143 'remoting_test_driver_common',
138 ], 144 ],
139 'defines': [ 145 'defines': [
140 'VERSION=<(version_full)', 146 'VERSION=<(version_full)',
141 ], 147 ],
142 'sources': [ 148 'sources': [
149 'test/chromoting_test_driver_environment.cc',
150 'test/chromoting_test_driver_environment.h',
151 'test/chromoting_test_driver.cc',
143 'test/host_info.cc', 152 'test/host_info.cc',
144 'test/host_info.h', 153 'test/host_info.h',
145 'test/host_list_fetcher.cc', 154 'test/host_list_fetcher.cc',
146 'test/host_list_fetcher.h', 155 'test/host_list_fetcher.h',
147 'test/chromoting_test_driver.cc',
148 ], 156 ],
149 'include_dirs': [ 157 'include_dirs': [
150 '../testing/gtest/include', 158 '../testing/gtest/include',
151 ], 159 ],
152 }, # end of target 'chromoting_test_driver' 160 }, # end of target 'chromoting_test_driver'
153 { 161 {
154 'target_name': 'ar_test_driver_common', 162 'target_name': 'ar_test_driver_common',
155 'type': 'static_library', 163 'type': 'static_library',
156 'dependencies': [ 164 'dependencies': [
157 '../remoting/proto/chromotocol.gyp:chromotocol_proto_lib', 165 '../remoting/proto/chromotocol.gyp:chromotocol_proto_lib',
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 'signaling/log_to_server_unittest.cc', 384 'signaling/log_to_server_unittest.cc',
377 'signaling/push_notification_subscriber_unittest.cc', 385 'signaling/push_notification_subscriber_unittest.cc',
378 'signaling/server_log_entry_unittest.cc', 386 'signaling/server_log_entry_unittest.cc',
379 'signaling/server_log_entry_unittest.h', 387 'signaling/server_log_entry_unittest.h',
380 'signaling/xmpp_login_handler_unittest.cc', 388 'signaling/xmpp_login_handler_unittest.cc',
381 'signaling/xmpp_stream_parser_unittest.cc', 389 'signaling/xmpp_stream_parser_unittest.cc',
382 'signaling/xmpp_signal_strategy_unittest.cc', 390 'signaling/xmpp_signal_strategy_unittest.cc',
383 'test/access_token_fetcher_unittest.cc', 391 'test/access_token_fetcher_unittest.cc',
384 'test/app_remoting_report_issue_request_unittest.cc', 392 'test/app_remoting_report_issue_request_unittest.cc',
385 'test/app_remoting_test_driver_environment_unittest.cc', 393 'test/app_remoting_test_driver_environment_unittest.cc',
394 'test/chromoting_test_driver_environment_unittest.cc',
386 'test/host_list_fetcher_unittest.cc', 395 'test/host_list_fetcher_unittest.cc',
387 'test/remote_host_info_fetcher_unittest.cc', 396 'test/remote_host_info_fetcher_unittest.cc',
388 'test/test_chromoting_client_unittest.cc', 397 'test/test_chromoting_client_unittest.cc',
389 'test/test_video_renderer_unittest.cc', 398 'test/test_video_renderer_unittest.cc',
390 ], 399 ],
391 'conditions': [ 400 'conditions': [
392 [ 'OS=="win"', { 401 [ 'OS=="win"', {
393 'defines': [ 402 'defines': [
394 '_ATL_NO_EXCEPTIONS', 403 '_ATL_NO_EXCEPTIONS',
395 ], 404 ],
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
652 '../build/isolate.gypi', 661 '../build/isolate.gypi',
653 ], 662 ],
654 'sources': [ 663 'sources': [
655 'remoting_unittests.isolate', 664 'remoting_unittests.isolate',
656 ], 665 ],
657 }, 666 },
658 ], 667 ],
659 }], 668 }],
660 ] # end of 'conditions' 669 ] # end of 'conditions'
661 } 670 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698