| 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 3230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3241 "../browser/search/contextual_search_policy_handler_android_unittest.cc", | 3241 "../browser/search/contextual_search_policy_handler_android_unittest.cc", |
| 3242 "../browser/search/iframe_source_unittest.cc", | 3242 "../browser/search/iframe_source_unittest.cc", |
| 3243 "../browser/search/thumbnail_source_unittest.cc", | 3243 "../browser/search/thumbnail_source_unittest.cc", |
| 3244 | 3244 |
| 3245 # TODO(hashimoto): those tests should be componentized and moved to | 3245 # TODO(hashimoto): those tests should be componentized and moved to |
| 3246 # //components:components_unittests, http://crbug.com/527882. | 3246 # //components:components_unittests, http://crbug.com/527882. |
| 3247 "../browser/search_engines/template_url_fetcher_unittest.cc", | 3247 "../browser/search_engines/template_url_fetcher_unittest.cc", |
| 3248 "../browser/search_engines/template_url_parser_unittest.cc", | 3248 "../browser/search_engines/template_url_parser_unittest.cc", |
| 3249 "../browser/search_engines/template_url_service_sync_unittest.cc", | 3249 "../browser/search_engines/template_url_service_sync_unittest.cc", |
| 3250 "../browser/search_engines/template_url_service_unittest.cc", | 3250 "../browser/search_engines/template_url_service_unittest.cc", |
| 3251 "../browser/sensor/sensor_permission_context_unittest.cc", |
| 3251 "../browser/service_process/service_process_control_mac_unittest.mm", | 3252 "../browser/service_process/service_process_control_mac_unittest.mm", |
| 3252 "../browser/services/gcm/fake_gcm_profile_service.cc", | 3253 "../browser/services/gcm/fake_gcm_profile_service.cc", |
| 3253 "../browser/services/gcm/fake_gcm_profile_service.h", | 3254 "../browser/services/gcm/fake_gcm_profile_service.h", |
| 3254 "../browser/sessions/restore_on_startup_policy_handler_unittest.cc", | 3255 "../browser/sessions/restore_on_startup_policy_handler_unittest.cc", |
| 3255 "../browser/shell_integration_win_unittest.cc", | 3256 "../browser/shell_integration_win_unittest.cc", |
| 3256 "../browser/signin/account_reconcilor_unittest.cc", | 3257 "../browser/signin/account_reconcilor_unittest.cc", |
| 3257 "../browser/signin/chrome_signin_client_unittest.cc", | 3258 "../browser/signin/chrome_signin_client_unittest.cc", |
| 3258 "../browser/signin/chrome_signin_status_metrics_provider_delegate_unittest.c
c", | 3259 "../browser/signin/chrome_signin_status_metrics_provider_delegate_unittest.c
c", |
| 3259 "../browser/signin/local_auth_unittest.cc", | 3260 "../browser/signin/local_auth_unittest.cc", |
| 3260 "../browser/signin/signin_manager_unittest.cc", | 3261 "../browser/signin/signin_manager_unittest.cc", |
| (...skipping 1798 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5059 "touch_hud", | 5060 "touch_hud", |
| 5060 "ui", | 5061 "ui", |
| 5061 ] | 5062 ] |
| 5062 | 5063 |
| 5063 if (is_linux && !is_android) { | 5064 if (is_linux && !is_android) { |
| 5064 deps += [ "//components/font_service:manifest" ] | 5065 deps += [ "//components/font_service:manifest" ] |
| 5065 packaged_services += [ "font_service" ] | 5066 packaged_services += [ "font_service" ] |
| 5066 } | 5067 } |
| 5067 } | 5068 } |
| 5068 } | 5069 } |
| OLD | NEW |