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 3257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3268 "../browser/search/contextual_search_policy_handler_android_unittest.cc", | 3268 "../browser/search/contextual_search_policy_handler_android_unittest.cc", |
3269 "../browser/search/iframe_source_unittest.cc", | 3269 "../browser/search/iframe_source_unittest.cc", |
3270 "../browser/search/thumbnail_source_unittest.cc", | 3270 "../browser/search/thumbnail_source_unittest.cc", |
3271 | 3271 |
3272 # TODO(hashimoto): those tests should be componentized and moved to | 3272 # TODO(hashimoto): those tests should be componentized and moved to |
3273 # //components:components_unittests, http://crbug.com/527882. | 3273 # //components:components_unittests, http://crbug.com/527882. |
3274 "../browser/search_engines/template_url_fetcher_unittest.cc", | 3274 "../browser/search_engines/template_url_fetcher_unittest.cc", |
3275 "../browser/search_engines/template_url_parser_unittest.cc", | 3275 "../browser/search_engines/template_url_parser_unittest.cc", |
3276 "../browser/search_engines/template_url_service_sync_unittest.cc", | 3276 "../browser/search_engines/template_url_service_sync_unittest.cc", |
3277 "../browser/search_engines/template_url_service_unittest.cc", | 3277 "../browser/search_engines/template_url_service_unittest.cc", |
| 3278 "../browser/sensor/sensor_permission_context_unittest.cc", |
3278 "../browser/service_process/service_process_control_mac_unittest.mm", | 3279 "../browser/service_process/service_process_control_mac_unittest.mm", |
3279 "../browser/services/gcm/fake_gcm_profile_service.cc", | 3280 "../browser/services/gcm/fake_gcm_profile_service.cc", |
3280 "../browser/services/gcm/fake_gcm_profile_service.h", | 3281 "../browser/services/gcm/fake_gcm_profile_service.h", |
3281 "../browser/sessions/restore_on_startup_policy_handler_unittest.cc", | 3282 "../browser/sessions/restore_on_startup_policy_handler_unittest.cc", |
3282 "../browser/sessions/session_common_utils_unittest.cc", | 3283 "../browser/sessions/session_common_utils_unittest.cc", |
3283 "../browser/shell_integration_win_unittest.cc", | 3284 "../browser/shell_integration_win_unittest.cc", |
3284 "../browser/signin/account_reconcilor_unittest.cc", | 3285 "../browser/signin/account_reconcilor_unittest.cc", |
3285 "../browser/signin/chrome_signin_client_unittest.cc", | 3286 "../browser/signin/chrome_signin_client_unittest.cc", |
3286 "../browser/signin/chrome_signin_status_metrics_provider_delegate_unittest.c
c", | 3287 "../browser/signin/chrome_signin_status_metrics_provider_delegate_unittest.c
c", |
3287 "../browser/signin/local_auth_unittest.cc", | 3288 "../browser/signin/local_auth_unittest.cc", |
(...skipping 1806 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5094 "touch_hud", | 5095 "touch_hud", |
5095 "ui", | 5096 "ui", |
5096 ] | 5097 ] |
5097 | 5098 |
5098 if (is_linux && !is_android) { | 5099 if (is_linux && !is_android) { |
5099 deps += [ "//components/font_service:manifest" ] | 5100 deps += [ "//components/font_service:manifest" ] |
5100 packaged_services += [ "font_service" ] | 5101 packaged_services += [ "font_service" ] |
5101 } | 5102 } |
5102 } | 5103 } |
5103 } | 5104 } |
OLD | NEW |