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_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', | |
|
joedow
2015/07/23 16:57:54
Unittests?
tonychun
2015/07/24 01:41:46
Done.
| |
| 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 533 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 604 '../build/isolate.gypi', | 606 '../build/isolate.gypi', |
| 605 ], | 607 ], |
| 606 'sources': [ | 608 'sources': [ |
| 607 'remoting_unittests.isolate', | 609 'remoting_unittests.isolate', |
| 608 ], | 610 ], |
| 609 }, | 611 }, |
| 610 ], | 612 ], |
| 611 }], | 613 }], |
| 612 ] # end of 'conditions' | 614 ] # end of 'conditions' |
| 613 } | 615 } |
| OLD | NEW |