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_support', | 9 'target_name': 'remoting_test_support', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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', | 59 'test/chromoting_test_driver_environment.cc', |
60 'test/chromoting_test_driver_environment.h', | 60 'test/chromoting_test_driver_environment.h', |
61 'test/connection_setup_info.cc', | 61 'test/connection_setup_info.cc', |
62 'test/connection_setup_info.h', | 62 'test/connection_setup_info.h', |
| 63 'test/connection_time_observer.cc', |
| 64 'test/connection_time_observer.h', |
63 'test/fake_access_token_fetcher.cc', | 65 'test/fake_access_token_fetcher.cc', |
64 'test/fake_access_token_fetcher.h', | 66 'test/fake_access_token_fetcher.h', |
65 'test/fake_app_remoting_report_issue_request.cc', | 67 'test/fake_app_remoting_report_issue_request.cc', |
66 'test/fake_app_remoting_report_issue_request.h', | 68 'test/fake_app_remoting_report_issue_request.h', |
67 'test/fake_host_list_fetcher.cc', | 69 'test/fake_host_list_fetcher.cc', |
68 'test/fake_host_list_fetcher.h', | 70 'test/fake_host_list_fetcher.h', |
69 'test/fake_network_dispatcher.cc', | 71 'test/fake_network_dispatcher.cc', |
70 'test/fake_network_dispatcher.h', | 72 'test/fake_network_dispatcher.h', |
71 'test/fake_network_manager.cc', | 73 'test/fake_network_manager.cc', |
72 'test/fake_network_manager.h', | 74 'test/fake_network_manager.h', |
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
323 'signaling/log_to_server_unittest.cc', | 325 'signaling/log_to_server_unittest.cc', |
324 'signaling/push_notification_subscriber_unittest.cc', | 326 'signaling/push_notification_subscriber_unittest.cc', |
325 'signaling/server_log_entry_unittest.cc', | 327 'signaling/server_log_entry_unittest.cc', |
326 'signaling/server_log_entry_unittest.h', | 328 'signaling/server_log_entry_unittest.h', |
327 'signaling/xmpp_login_handler_unittest.cc', | 329 'signaling/xmpp_login_handler_unittest.cc', |
328 'signaling/xmpp_stream_parser_unittest.cc', | 330 'signaling/xmpp_stream_parser_unittest.cc', |
329 'signaling/xmpp_signal_strategy_unittest.cc', | 331 'signaling/xmpp_signal_strategy_unittest.cc', |
330 'test/access_token_fetcher_unittest.cc', | 332 'test/access_token_fetcher_unittest.cc', |
331 'test/app_remoting_report_issue_request_unittest.cc', | 333 'test/app_remoting_report_issue_request_unittest.cc', |
332 'test/chromoting_test_driver_environment_unittest.cc', | 334 'test/chromoting_test_driver_environment_unittest.cc', |
| 335 'test/connection_time_observer_unittest.cc', |
333 'test/host_list_fetcher_unittest.cc', | 336 'test/host_list_fetcher_unittest.cc', |
334 'test/remote_host_info_fetcher_unittest.cc', | 337 'test/remote_host_info_fetcher_unittest.cc', |
335 'test/test_chromoting_client_unittest.cc', | 338 'test/test_chromoting_client_unittest.cc', |
336 'test/test_video_renderer_unittest.cc', | 339 'test/test_video_renderer_unittest.cc', |
337 | 340 |
338 # TODO(sergeyu): app_remoting_test_driver_environment_unittest.cc | 341 # TODO(sergeyu): app_remoting_test_driver_environment_unittest.cc |
339 # depends on ar_test_driver_common target and that target implicitly | 342 # depends on ar_test_driver_common target and that target implicitly |
340 # depends on app_remoting_test_driver_environment_app_details.cc to | 343 # depends on app_remoting_test_driver_environment_app_details.cc to |
341 # allow some parameters to be overridden (i.e. *app_details.cc file can | 344 # allow some parameters to be overridden (i.e. *app_details.cc file can |
342 # be replace with a different one). This means that app_deails.cc file | 345 # be replace with a different one). This means that app_deails.cc file |
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
613 '../build/isolate.gypi', | 616 '../build/isolate.gypi', |
614 ], | 617 ], |
615 'sources': [ | 618 'sources': [ |
616 'remoting_unittests.isolate', | 619 'remoting_unittests.isolate', |
617 ], | 620 ], |
618 }, | 621 }, |
619 ], | 622 ], |
620 }], | 623 }], |
621 ] # end of 'conditions' | 624 ] # end of 'conditions' |
622 } | 625 } |
OLD | NEW |