OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 import("//build/config/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//remoting/remoting_version.gni") | 7 import("//remoting/remoting_version.gni") |
8 import("//remoting/remoting_enable.gni") | 8 import("//remoting/remoting_enable.gni") |
9 import("//testing/test.gni") | 9 import("//testing/test.gni") |
10 | 10 |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
83 "signaling/mock_signal_strategy.h", | 83 "signaling/mock_signal_strategy.h", |
84 "test/access_token_fetcher.cc", | 84 "test/access_token_fetcher.cc", |
85 "test/access_token_fetcher.h", | 85 "test/access_token_fetcher.h", |
86 "test/app_remoting_report_issue_request.cc", | 86 "test/app_remoting_report_issue_request.cc", |
87 "test/app_remoting_report_issue_request.h", | 87 "test/app_remoting_report_issue_request.h", |
88 "test/app_remoting_service_urls.cc", | 88 "test/app_remoting_service_urls.cc", |
89 "test/app_remoting_service_urls.h", | 89 "test/app_remoting_service_urls.h", |
90 "test/app_remoting_test_driver_environment.cc", | 90 "test/app_remoting_test_driver_environment.cc", |
91 "test/app_remoting_test_driver_environment.h", | 91 "test/app_remoting_test_driver_environment.h", |
92 "test/app_remoting_test_driver_environment_app_details.cc", | 92 "test/app_remoting_test_driver_environment_app_details.cc", |
| 93 "test/chromoting_test_driver_environment.cc", |
| 94 "test/chromoting_test_driver_environment.h", |
93 "test/fake_access_token_fetcher.cc", | 95 "test/fake_access_token_fetcher.cc", |
94 "test/fake_access_token_fetcher.h", | 96 "test/fake_access_token_fetcher.h", |
95 "test/fake_app_remoting_report_issue_request.cc", | 97 "test/fake_app_remoting_report_issue_request.cc", |
96 "test/fake_app_remoting_report_issue_request.h", | 98 "test/fake_app_remoting_report_issue_request.h", |
| 99 "test/fake_host_list_fetcher.cc", |
| 100 "test/fake_host_list_fetcher.h", |
97 "test/fake_network_dispatcher.cc", | 101 "test/fake_network_dispatcher.cc", |
98 "test/fake_network_dispatcher.h", | 102 "test/fake_network_dispatcher.h", |
99 "test/fake_network_manager.cc", | 103 "test/fake_network_manager.cc", |
100 "test/fake_network_manager.h", | 104 "test/fake_network_manager.h", |
101 "test/fake_port_allocator.cc", | 105 "test/fake_port_allocator.cc", |
102 "test/fake_port_allocator.h", | 106 "test/fake_port_allocator.h", |
| 107 "test/fake_refresh_token_store.cc", |
| 108 "test/fake_refresh_token_store.h", |
103 "test/fake_remote_host_info_fetcher.cc", | 109 "test/fake_remote_host_info_fetcher.cc", |
104 "test/fake_remote_host_info_fetcher.h", | 110 "test/fake_remote_host_info_fetcher.h", |
105 "test/fake_socket_factory.cc", | 111 "test/fake_socket_factory.cc", |
106 "test/fake_socket_factory.h", | 112 "test/fake_socket_factory.h", |
107 "test/leaky_bucket.cc", | 113 "test/leaky_bucket.cc", |
108 "test/leaky_bucket.h", | 114 "test/leaky_bucket.h", |
109 "test/mock_access_token_fetcher.cc", | 115 "test/mock_access_token_fetcher.cc", |
110 "test/mock_access_token_fetcher.h", | 116 "test/mock_access_token_fetcher.h", |
111 "test/refresh_token_store.cc", | 117 "test/refresh_token_store.cc", |
112 "test/refresh_token_store.h", | 118 "test/refresh_token_store.h", |
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
277 } | 283 } |
278 } | 284 } |
279 | 285 |
280 group("remoting_key_tester_pexe") { | 286 group("remoting_key_tester_pexe") { |
281 # TODO(GYP): crbug.com/471924 implement me when we have a pnacl toolchain. | 287 # TODO(GYP): crbug.com/471924 implement me when we have a pnacl toolchain. |
282 #sources = [ | 288 #sources = [ |
283 # "tools/javascript_key_tester/pnacl/remoting_key_tester.cc", | 289 # "tools/javascript_key_tester/pnacl/remoting_key_tester.cc", |
284 #] | 290 #] |
285 } | 291 } |
286 } | 292 } |
OLD | NEW |