Chromium Code Reviews| 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_test_driver_environment.cc', | |
| 59 'test/chromoting_test_driver_environment.h', | |
| 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 Loading... | |
| 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', | 156 |
|
joedow
2015/07/15 03:04:53
nit: remove extra newline
tonychun
2015/07/15 17:24:48
Done.
| |
| 148 ], | 157 ], |
| 149 'include_dirs': [ | 158 'include_dirs': [ |
| 150 '../testing/gtest/include', | 159 '../testing/gtest/include', |
| 151 ], | 160 ], |
| 152 }, # end of target 'chromoting_test_driver' | 161 }, # end of target 'chromoting_test_driver' |
| 153 { | 162 { |
| 154 'target_name': 'ar_test_driver_common', | 163 'target_name': 'ar_test_driver_common', |
| 155 'type': 'static_library', | 164 'type': 'static_library', |
| 156 'dependencies': [ | 165 'dependencies': [ |
| 157 '../remoting/proto/chromotocol.gyp:chromotocol_proto_lib', | 166 '../remoting/proto/chromotocol.gyp:chromotocol_proto_lib', |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 376 'signaling/log_to_server_unittest.cc', | 385 'signaling/log_to_server_unittest.cc', |
| 377 'signaling/push_notification_subscriber_unittest.cc', | 386 'signaling/push_notification_subscriber_unittest.cc', |
| 378 'signaling/server_log_entry_unittest.cc', | 387 'signaling/server_log_entry_unittest.cc', |
| 379 'signaling/server_log_entry_unittest.h', | 388 'signaling/server_log_entry_unittest.h', |
| 380 'signaling/xmpp_login_handler_unittest.cc', | 389 'signaling/xmpp_login_handler_unittest.cc', |
| 381 'signaling/xmpp_stream_parser_unittest.cc', | 390 'signaling/xmpp_stream_parser_unittest.cc', |
| 382 'signaling/xmpp_signal_strategy_unittest.cc', | 391 'signaling/xmpp_signal_strategy_unittest.cc', |
| 383 'test/access_token_fetcher_unittest.cc', | 392 'test/access_token_fetcher_unittest.cc', |
| 384 'test/app_remoting_report_issue_request_unittest.cc', | 393 'test/app_remoting_report_issue_request_unittest.cc', |
| 385 'test/app_remoting_test_driver_environment_unittest.cc', | 394 'test/app_remoting_test_driver_environment_unittest.cc', |
| 395 'test/chromoting_test_driver_environment_unittest.cc', | |
| 386 'test/host_list_fetcher_unittest.cc', | 396 'test/host_list_fetcher_unittest.cc', |
| 387 'test/remote_host_info_fetcher_unittest.cc', | 397 'test/remote_host_info_fetcher_unittest.cc', |
| 388 'test/test_chromoting_client_unittest.cc', | 398 'test/test_chromoting_client_unittest.cc', |
| 389 'test/test_video_renderer_unittest.cc', | 399 'test/test_video_renderer_unittest.cc', |
| 390 ], | 400 ], |
| 391 'conditions': [ | 401 'conditions': [ |
| 392 [ 'OS=="win"', { | 402 [ 'OS=="win"', { |
| 393 'defines': [ | 403 'defines': [ |
| 394 '_ATL_NO_EXCEPTIONS', | 404 '_ATL_NO_EXCEPTIONS', |
| 395 ], | 405 ], |
| (...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 652 '../build/isolate.gypi', | 662 '../build/isolate.gypi', |
| 653 ], | 663 ], |
| 654 'sources': [ | 664 'sources': [ |
| 655 'remoting_unittests.isolate', | 665 'remoting_unittests.isolate', |
| 656 ], | 666 ], |
| 657 }, | 667 }, |
| 658 ], | 668 ], |
| 659 }], | 669 }], |
| 660 ] # end of 'conditions' | 670 ] # end of 'conditions' |
| 661 } | 671 } |
| OLD | NEW |