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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 'signaling/mock_signal_strategy.cc', | 51 'signaling/mock_signal_strategy.cc', |
52 'signaling/mock_signal_strategy.h', | 52 'signaling/mock_signal_strategy.h', |
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/connection_setup_info.cc', | 59 'test/connection_setup_info.cc', |
60 'test/connection_setup_info.h', | 60 'test/connection_setup_info.h', |
| 61 'test/connection_time_observer.cc', |
| 62 'test/connection_time_observer.h', |
61 'test/fake_access_token_fetcher.cc', | 63 'test/fake_access_token_fetcher.cc', |
62 'test/fake_access_token_fetcher.h', | 64 'test/fake_access_token_fetcher.h', |
63 'test/fake_app_remoting_report_issue_request.cc', | 65 'test/fake_app_remoting_report_issue_request.cc', |
64 'test/fake_app_remoting_report_issue_request.h', | 66 'test/fake_app_remoting_report_issue_request.h', |
65 'test/fake_network_dispatcher.cc', | 67 'test/fake_network_dispatcher.cc', |
66 'test/fake_network_dispatcher.h', | 68 'test/fake_network_dispatcher.h', |
67 'test/fake_network_manager.cc', | 69 'test/fake_network_manager.cc', |
68 'test/fake_network_manager.h', | 70 'test/fake_network_manager.h', |
69 'test/fake_port_allocator.cc', | 71 'test/fake_port_allocator.cc', |
70 'test/fake_port_allocator.h', | 72 'test/fake_port_allocator.h', |
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
314 'signaling/jid_util_unittest.cc', | 316 'signaling/jid_util_unittest.cc', |
315 'signaling/log_to_server_unittest.cc', | 317 'signaling/log_to_server_unittest.cc', |
316 'signaling/push_notification_subscriber_unittest.cc', | 318 'signaling/push_notification_subscriber_unittest.cc', |
317 'signaling/server_log_entry_unittest.cc', | 319 'signaling/server_log_entry_unittest.cc', |
318 'signaling/server_log_entry_unittest.h', | 320 'signaling/server_log_entry_unittest.h', |
319 'signaling/xmpp_login_handler_unittest.cc', | 321 'signaling/xmpp_login_handler_unittest.cc', |
320 'signaling/xmpp_stream_parser_unittest.cc', | 322 'signaling/xmpp_stream_parser_unittest.cc', |
321 'signaling/xmpp_signal_strategy_unittest.cc', | 323 'signaling/xmpp_signal_strategy_unittest.cc', |
322 'test/access_token_fetcher_unittest.cc', | 324 'test/access_token_fetcher_unittest.cc', |
323 'test/app_remoting_report_issue_request_unittest.cc', | 325 'test/app_remoting_report_issue_request_unittest.cc', |
| 326 'test/connection_time_observer_unittest.cc', |
324 'test/host_list_fetcher_unittest.cc', | 327 'test/host_list_fetcher_unittest.cc', |
325 'test/remote_host_info_fetcher_unittest.cc', | 328 'test/remote_host_info_fetcher_unittest.cc', |
326 'test/test_chromoting_client_unittest.cc', | 329 'test/test_chromoting_client_unittest.cc', |
327 'test/test_video_renderer_unittest.cc', | 330 'test/test_video_renderer_unittest.cc', |
328 | 331 |
329 # TODO(sergeyu): app_remoting_test_driver_environment_unittest.cc | 332 # TODO(sergeyu): app_remoting_test_driver_environment_unittest.cc |
330 # depends on ar_test_driver_common target and that target implicitly | 333 # depends on ar_test_driver_common target and that target implicitly |
331 # depends on app_remoting_test_driver_environment_app_details.cc to | 334 # depends on app_remoting_test_driver_environment_app_details.cc to |
332 # allow some parameters to be overridden (i.e. *app_details.cc file can | 335 # allow some parameters to be overridden (i.e. *app_details.cc file can |
333 # be replace with a different one). This means that app_deails.cc file | 336 # 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... |
604 '../build/isolate.gypi', | 607 '../build/isolate.gypi', |
605 ], | 608 ], |
606 'sources': [ | 609 'sources': [ |
607 'remoting_unittests.isolate', | 610 'remoting_unittests.isolate', |
608 ], | 611 ], |
609 }, | 612 }, |
610 ], | 613 ], |
611 }], | 614 }], |
612 ] # end of 'conditions' | 615 ] # end of 'conditions' |
613 } | 616 } |
OLD | NEW |