| 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 3145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3156 "../browser/prefs/command_line_pref_store_ssl_manager_unittest.cc", | 3156 "../browser/prefs/command_line_pref_store_ssl_manager_unittest.cc", |
| 3157 "../browser/prefs/command_line_pref_store_unittest.cc", | 3157 "../browser/prefs/command_line_pref_store_unittest.cc", |
| 3158 "../browser/prefs/incognito_mode_prefs_unittest.cc", | 3158 "../browser/prefs/incognito_mode_prefs_unittest.cc", |
| 3159 "../browser/prefs/profile_pref_store_manager_unittest.cc", | 3159 "../browser/prefs/profile_pref_store_manager_unittest.cc", |
| 3160 "../browser/prefs/proxy_policy_unittest.cc", | 3160 "../browser/prefs/proxy_policy_unittest.cc", |
| 3161 "../browser/prefs/session_startup_pref_unittest.cc", | 3161 "../browser/prefs/session_startup_pref_unittest.cc", |
| 3162 "../browser/prerender/prerender_history_unittest.cc", | 3162 "../browser/prerender/prerender_history_unittest.cc", |
| 3163 "../browser/prerender/prerender_resource_throttle_unittest.cc", | 3163 "../browser/prerender/prerender_resource_throttle_unittest.cc", |
| 3164 "../browser/prerender/prerender_unittest.cc", | 3164 "../browser/prerender/prerender_unittest.cc", |
| 3165 "../browser/prerender/prerender_util_unittest.cc", | 3165 "../browser/prerender/prerender_util_unittest.cc", |
| 3166 "../browser/previews/previews_infobar_delegate_unittest.cc", |
| 3167 "../browser/previews/previews_infobar_tab_helper_unittest.cc", |
| 3166 "../browser/process_singleton_win_unittest.cc", | 3168 "../browser/process_singleton_win_unittest.cc", |
| 3167 "../browser/profiles/gaia_info_update_service_unittest.cc", | 3169 "../browser/profiles/gaia_info_update_service_unittest.cc", |
| 3168 "../browser/profiles/incognito_mode_policy_handler_unittest.cc", | 3170 "../browser/profiles/incognito_mode_policy_handler_unittest.cc", |
| 3169 "../browser/profiles/profile_attributes_storage_unittest.cc", | 3171 "../browser/profiles/profile_attributes_storage_unittest.cc", |
| 3170 "../browser/profiles/profile_avatar_icon_util_unittest.cc", | 3172 "../browser/profiles/profile_avatar_icon_util_unittest.cc", |
| 3171 "../browser/profiles/profile_downloader_unittest.cc", | 3173 "../browser/profiles/profile_downloader_unittest.cc", |
| 3172 "../browser/profiles/profile_info_cache_unittest.cc", | 3174 "../browser/profiles/profile_info_cache_unittest.cc", |
| 3173 "../browser/profiles/profile_info_cache_unittest.h", | 3175 "../browser/profiles/profile_info_cache_unittest.h", |
| 3174 "../browser/profiles/profile_manager_unittest.cc", | 3176 "../browser/profiles/profile_manager_unittest.cc", |
| 3175 "../browser/profiles/profile_shortcut_manager_unittest_win.cc", | 3177 "../browser/profiles/profile_shortcut_manager_unittest_win.cc", |
| (...skipping 1793 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4969 "touch_hud", | 4971 "touch_hud", |
| 4970 "ui", | 4972 "ui", |
| 4971 ] | 4973 ] |
| 4972 | 4974 |
| 4973 if (is_linux && !is_android) { | 4975 if (is_linux && !is_android) { |
| 4974 deps += [ "//components/font_service:manifest" ] | 4976 deps += [ "//components/font_service:manifest" ] |
| 4975 packaged_services += [ "font_service" ] | 4977 packaged_services += [ "font_service" ] |
| 4976 } | 4978 } |
| 4977 } | 4979 } |
| 4978 } | 4980 } |
| OLD | NEW |