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 import("//build/config/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
6 import("//build/config/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
(...skipping 3225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3236 # TODO(hashimoto): those tests should be componentized and moved to | 3236 # TODO(hashimoto): those tests should be componentized and moved to |
3237 # //components:components_unittests, http://crbug.com/527882. | 3237 # //components:components_unittests, http://crbug.com/527882. |
3238 "../browser/search_engines/template_url_fetcher_unittest.cc", | 3238 "../browser/search_engines/template_url_fetcher_unittest.cc", |
3239 "../browser/search_engines/template_url_parser_unittest.cc", | 3239 "../browser/search_engines/template_url_parser_unittest.cc", |
3240 "../browser/search_engines/template_url_service_sync_unittest.cc", | 3240 "../browser/search_engines/template_url_service_sync_unittest.cc", |
3241 "../browser/search_engines/template_url_service_unittest.cc", | 3241 "../browser/search_engines/template_url_service_unittest.cc", |
3242 "../browser/service_process/service_process_control_mac_unittest.mm", | 3242 "../browser/service_process/service_process_control_mac_unittest.mm", |
3243 "../browser/services/gcm/fake_gcm_profile_service.cc", | 3243 "../browser/services/gcm/fake_gcm_profile_service.cc", |
3244 "../browser/services/gcm/fake_gcm_profile_service.h", | 3244 "../browser/services/gcm/fake_gcm_profile_service.h", |
3245 "../browser/sessions/restore_on_startup_policy_handler_unittest.cc", | 3245 "../browser/sessions/restore_on_startup_policy_handler_unittest.cc", |
| 3246 "../browser/sessions/tab_loader_unittest.cc", |
3246 "../browser/shell_integration_win_unittest.cc", | 3247 "../browser/shell_integration_win_unittest.cc", |
3247 "../browser/signin/account_reconcilor_unittest.cc", | 3248 "../browser/signin/account_reconcilor_unittest.cc", |
3248 "../browser/signin/chrome_signin_client_unittest.cc", | 3249 "../browser/signin/chrome_signin_client_unittest.cc", |
3249 "../browser/signin/chrome_signin_status_metrics_provider_delegate_unittest.c
c", | 3250 "../browser/signin/chrome_signin_status_metrics_provider_delegate_unittest.c
c", |
3250 "../browser/signin/local_auth_unittest.cc", | 3251 "../browser/signin/local_auth_unittest.cc", |
3251 "../browser/signin/signin_manager_unittest.cc", | 3252 "../browser/signin/signin_manager_unittest.cc", |
3252 "../browser/signin/signin_status_metrics_provider_chromeos_unittest.cc", | 3253 "../browser/signin/signin_status_metrics_provider_chromeos_unittest.cc", |
3253 "../browser/signin/signin_tracker_unittest.cc", | 3254 "../browser/signin/signin_tracker_unittest.cc", |
3254 "../browser/signin/test_signin_client_builder.cc", | 3255 "../browser/signin/test_signin_client_builder.cc", |
3255 "../browser/ssl/chrome_expect_ct_reporter_unittest.cc", | 3256 "../browser/ssl/chrome_expect_ct_reporter_unittest.cc", |
(...skipping 1780 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5036 "touch_hud", | 5037 "touch_hud", |
5037 "ui", | 5038 "ui", |
5038 ] | 5039 ] |
5039 | 5040 |
5040 if (is_linux && !is_android) { | 5041 if (is_linux && !is_android) { |
5041 deps += [ "//components/font_service:manifest" ] | 5042 deps += [ "//components/font_service:manifest" ] |
5042 packaged_services += [ "font_service" ] | 5043 packaged_services += [ "font_service" ] |
5043 } | 5044 } |
5044 } | 5045 } |
5045 } | 5046 } |
OLD | NEW |