| 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/chromoting_host_info.cc', |
| 59 'test/chromoting_host_info.h', |
| 60 'test/chromoting_host_list_fetcher.cc', |
| 61 'test/chromoting_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/chromoting_host_info.cc', |
| 144 'test/chromoting_host_info.h', |
| 145 'test/chromoting_host_list_fetcher.cc', |
| 146 'test/chromoting_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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 'signaling/log_to_server_unittest.cc', | 371 'signaling/log_to_server_unittest.cc', |
| 364 'signaling/push_notification_subscriber_unittest.cc', | 372 'signaling/push_notification_subscriber_unittest.cc', |
| 365 'signaling/server_log_entry_unittest.cc', | 373 'signaling/server_log_entry_unittest.cc', |
| 366 'signaling/server_log_entry_unittest.h', | 374 'signaling/server_log_entry_unittest.h', |
| 367 'signaling/xmpp_login_handler_unittest.cc', | 375 'signaling/xmpp_login_handler_unittest.cc', |
| 368 'signaling/xmpp_stream_parser_unittest.cc', | 376 'signaling/xmpp_stream_parser_unittest.cc', |
| 369 'signaling/xmpp_signal_strategy_unittest.cc', | 377 'signaling/xmpp_signal_strategy_unittest.cc', |
| 370 'test/access_token_fetcher_unittest.cc', | 378 'test/access_token_fetcher_unittest.cc', |
| 371 'test/app_remoting_report_issue_request_unittest.cc', | 379 'test/app_remoting_report_issue_request_unittest.cc', |
| 372 'test/app_remoting_test_driver_environment_unittest.cc', | 380 'test/app_remoting_test_driver_environment_unittest.cc', |
| 381 'test/chromoting_host_list_fetcher_unittest.cc', |
| 373 'test/remote_host_info_fetcher_unittest.cc', | 382 'test/remote_host_info_fetcher_unittest.cc', |
| 374 'test/test_chromoting_client_unittest.cc', | 383 'test/test_chromoting_client_unittest.cc', |
| 375 'test/test_video_renderer_unittest.cc', | 384 'test/test_video_renderer_unittest.cc', |
| 376 ], | 385 ], |
| 377 'conditions': [ | 386 'conditions': [ |
| 378 [ 'OS=="win"', { | 387 [ 'OS=="win"', { |
| 379 'defines': [ | 388 'defines': [ |
| 380 '_ATL_NO_EXCEPTIONS', | 389 '_ATL_NO_EXCEPTIONS', |
| 381 ], | 390 ], |
| 382 'include_dirs': [ | 391 'include_dirs': [ |
| (...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 638 '../build/isolate.gypi', | 647 '../build/isolate.gypi', |
| 639 ], | 648 ], |
| 640 'sources': [ | 649 'sources': [ |
| 641 'remoting_unittests.isolate', | 650 'remoting_unittests.isolate', |
| 642 ], | 651 ], |
| 643 }, | 652 }, |
| 644 ], | 653 ], |
| 645 }], | 654 }], |
| 646 ] # end of 'conditions' | 655 ] # end of 'conditions' |
| 647 } | 656 } |
| OLD | NEW |