OLD | NEW |
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 Loading... |
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/host_info.cc', |
| 59 'test/host_info.h', |
| 60 'test/host_list_fetcher.cc', |
| 61 'test/host_list_fetcher.h', |
58 'test/fake_access_token_fetcher.cc', | 62 'test/fake_access_token_fetcher.cc', |
59 'test/fake_access_token_fetcher.h', | 63 'test/fake_access_token_fetcher.h', |
60 'test/fake_app_remoting_report_issue_request.cc', | 64 'test/fake_app_remoting_report_issue_request.cc', |
61 'test/fake_app_remoting_report_issue_request.h', | 65 'test/fake_app_remoting_report_issue_request.h', |
62 'test/fake_network_dispatcher.cc', | 66 'test/fake_network_dispatcher.cc', |
63 'test/fake_network_dispatcher.h', | 67 'test/fake_network_dispatcher.h', |
64 'test/fake_network_manager.cc', | 68 'test/fake_network_manager.cc', |
65 'test/fake_network_manager.h', | 69 'test/fake_network_manager.h', |
66 'test/fake_port_allocator.cc', | 70 'test/fake_port_allocator.cc', |
67 'test/fake_port_allocator.h', | 71 'test/fake_port_allocator.h', |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
129 # A chromoting version of remoting_test_driver_common | 133 # A chromoting version of remoting_test_driver_common |
130 'target_name': 'chromoting_test_driver', | 134 'target_name': 'chromoting_test_driver', |
131 'type': '<(gtest_target_type)', | 135 'type': '<(gtest_target_type)', |
132 'dependencies': [ | 136 'dependencies': [ |
133 'remoting_test_driver_common', | 137 'remoting_test_driver_common', |
134 ], | 138 ], |
135 'defines': [ | 139 'defines': [ |
136 'VERSION=<(version_full)', | 140 'VERSION=<(version_full)', |
137 ], | 141 ], |
138 'sources': [ | 142 'sources': [ |
| 143 'test/host_info.cc', |
| 144 'test/host_info.h', |
| 145 'test/host_list_fetcher.cc', |
| 146 'test/host_list_fetcher.h', |
139 'test/chromoting_test_driver.cc', | 147 'test/chromoting_test_driver.cc', |
140 ], | 148 ], |
141 'include_dirs': [ | 149 'include_dirs': [ |
142 '../testing/gtest/include', | 150 '../testing/gtest/include', |
143 ], | 151 ], |
144 }, # end of target 'chromoting_test_driver' | 152 }, # end of target 'chromoting_test_driver' |
145 { | 153 { |
146 'target_name': 'ar_test_driver_common', | 154 'target_name': 'ar_test_driver_common', |
147 'type': 'static_library', | 155 'type': 'static_library', |
148 'dependencies': [ | 156 'dependencies': [ |
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
368 'signaling/log_to_server_unittest.cc', | 376 'signaling/log_to_server_unittest.cc', |
369 'signaling/push_notification_subscriber_unittest.cc', | 377 'signaling/push_notification_subscriber_unittest.cc', |
370 'signaling/server_log_entry_unittest.cc', | 378 'signaling/server_log_entry_unittest.cc', |
371 'signaling/server_log_entry_unittest.h', | 379 'signaling/server_log_entry_unittest.h', |
372 'signaling/xmpp_login_handler_unittest.cc', | 380 'signaling/xmpp_login_handler_unittest.cc', |
373 'signaling/xmpp_stream_parser_unittest.cc', | 381 'signaling/xmpp_stream_parser_unittest.cc', |
374 'signaling/xmpp_signal_strategy_unittest.cc', | 382 'signaling/xmpp_signal_strategy_unittest.cc', |
375 'test/access_token_fetcher_unittest.cc', | 383 'test/access_token_fetcher_unittest.cc', |
376 'test/app_remoting_report_issue_request_unittest.cc', | 384 'test/app_remoting_report_issue_request_unittest.cc', |
377 'test/app_remoting_test_driver_environment_unittest.cc', | 385 'test/app_remoting_test_driver_environment_unittest.cc', |
| 386 'test/host_list_fetcher_unittest.cc', |
378 'test/remote_host_info_fetcher_unittest.cc', | 387 'test/remote_host_info_fetcher_unittest.cc', |
379 'test/test_chromoting_client_unittest.cc', | 388 'test/test_chromoting_client_unittest.cc', |
380 'test/test_video_renderer_unittest.cc', | 389 'test/test_video_renderer_unittest.cc', |
381 ], | 390 ], |
382 'conditions': [ | 391 'conditions': [ |
383 [ 'OS=="win"', { | 392 [ 'OS=="win"', { |
384 'defines': [ | 393 'defines': [ |
385 '_ATL_NO_EXCEPTIONS', | 394 '_ATL_NO_EXCEPTIONS', |
386 ], | 395 ], |
387 'include_dirs': [ | 396 'include_dirs': [ |
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
643 '../build/isolate.gypi', | 652 '../build/isolate.gypi', |
644 ], | 653 ], |
645 'sources': [ | 654 'sources': [ |
646 'remoting_unittests.isolate', | 655 'remoting_unittests.isolate', |
647 ], | 656 ], |
648 }, | 657 }, |
649 ], | 658 ], |
650 }], | 659 }], |
651 ] # end of 'conditions' | 660 ] # end of 'conditions' |
652 } | 661 } |
OLD | NEW |