| 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 2986 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2997 "../browser/android/mock_location_settings.cc", | 2997 "../browser/android/mock_location_settings.cc", |
| 2998 "../browser/android/mock_location_settings.h", | 2998 "../browser/android/mock_location_settings.h", |
| 2999 "../browser/android/net/external_estimate_provider_android_unittest.cc", | 2999 "../browser/android/net/external_estimate_provider_android_unittest.cc", |
| 3000 "../browser/android/preferences/important_sites_util_unittest.cc", | 3000 "../browser/android/preferences/important_sites_util_unittest.cc", |
| 3001 "../browser/android/preferences/pref_service_bridge_unittest.cc", | 3001 "../browser/android/preferences/pref_service_bridge_unittest.cc", |
| 3002 "../browser/android/shortcut_info_unittest.cc", | 3002 "../browser/android/shortcut_info_unittest.cc", |
| 3003 "../browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc", | 3003 "../browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc", |
| 3004 "../browser/android/webapk/webapk_icon_hasher_unittest.cc", | 3004 "../browser/android/webapk/webapk_icon_hasher_unittest.cc", |
| 3005 "../browser/android/webapk/webapk_installer_unittest.cc", | 3005 "../browser/android/webapk/webapk_installer_unittest.cc", |
| 3006 "../browser/android/webapk/webapk_web_manifest_checker_unittest.cc", | 3006 "../browser/android/webapk/webapk_web_manifest_checker_unittest.cc", |
| 3007 "../browser/android/webapps/add_to_homescreen_data_fetcher_unittest.cc", |
| 3007 "../browser/app_controller_mac_unittest.mm", | 3008 "../browser/app_controller_mac_unittest.mm", |
| 3008 "../browser/autocomplete/search_provider_unittest.cc", | 3009 "../browser/autocomplete/search_provider_unittest.cc", |
| 3009 "../browser/autocomplete/shortcuts_provider_extension_unittest.cc", | 3010 "../browser/autocomplete/shortcuts_provider_extension_unittest.cc", |
| 3010 "../browser/background_sync/background_sync_controller_impl_unittest.cc", | 3011 "../browser/background_sync/background_sync_controller_impl_unittest.cc", |
| 3011 "../browser/background_sync/background_sync_permission_context_unittest.cc", | 3012 "../browser/background_sync/background_sync_permission_context_unittest.cc", |
| 3012 "../browser/banners/app_banner_settings_helper_unittest.cc", | 3013 "../browser/banners/app_banner_settings_helper_unittest.cc", |
| 3013 "../browser/bitmap_fetcher/bitmap_fetcher_service_unittest.cc", | 3014 "../browser/bitmap_fetcher/bitmap_fetcher_service_unittest.cc", |
| 3014 "../browser/bookmarks/managed_bookmark_service_unittest.cc", | 3015 "../browser/bookmarks/managed_bookmark_service_unittest.cc", |
| 3015 "../browser/browser_about_handler_unittest.cc", | 3016 "../browser/browser_about_handler_unittest.cc", |
| 3016 "../browser/browser_process_impl_unittest.cc", | 3017 "../browser/browser_process_impl_unittest.cc", |
| (...skipping 1986 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5003 "touch_hud", | 5004 "touch_hud", |
| 5004 "ui", | 5005 "ui", |
| 5005 ] | 5006 ] |
| 5006 | 5007 |
| 5007 if (is_linux && !is_android) { | 5008 if (is_linux && !is_android) { |
| 5008 deps += [ "//components/font_service:manifest" ] | 5009 deps += [ "//components/font_service:manifest" ] |
| 5009 packaged_services += [ "font_service" ] | 5010 packaged_services += [ "font_service" ] |
| 5010 } | 5011 } |
| 5011 } | 5012 } |
| 5012 } | 5013 } |
| OLD | NEW |