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 3149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3160 "../browser/prefs/command_line_pref_store_ssl_manager_unittest.cc", | 3160 "../browser/prefs/command_line_pref_store_ssl_manager_unittest.cc", |
3161 "../browser/prefs/command_line_pref_store_unittest.cc", | 3161 "../browser/prefs/command_line_pref_store_unittest.cc", |
3162 "../browser/prefs/incognito_mode_prefs_unittest.cc", | 3162 "../browser/prefs/incognito_mode_prefs_unittest.cc", |
3163 "../browser/prefs/profile_pref_store_manager_unittest.cc", | 3163 "../browser/prefs/profile_pref_store_manager_unittest.cc", |
3164 "../browser/prefs/proxy_policy_unittest.cc", | 3164 "../browser/prefs/proxy_policy_unittest.cc", |
3165 "../browser/prefs/session_startup_pref_unittest.cc", | 3165 "../browser/prefs/session_startup_pref_unittest.cc", |
3166 "../browser/prerender/prerender_history_unittest.cc", | 3166 "../browser/prerender/prerender_history_unittest.cc", |
3167 "../browser/prerender/prerender_resource_throttle_unittest.cc", | 3167 "../browser/prerender/prerender_resource_throttle_unittest.cc", |
3168 "../browser/prerender/prerender_unittest.cc", | 3168 "../browser/prerender/prerender_unittest.cc", |
3169 "../browser/prerender/prerender_util_unittest.cc", | 3169 "../browser/prerender/prerender_util_unittest.cc", |
| 3170 "../browser/previews/previews_infobar_delegate_unittest.cc", |
| 3171 "../browser/previews/previews_infobar_tab_helper_unittest.cc", |
3170 "../browser/process_singleton_win_unittest.cc", | 3172 "../browser/process_singleton_win_unittest.cc", |
3171 "../browser/profiles/gaia_info_update_service_unittest.cc", | 3173 "../browser/profiles/gaia_info_update_service_unittest.cc", |
3172 "../browser/profiles/incognito_mode_policy_handler_unittest.cc", | 3174 "../browser/profiles/incognito_mode_policy_handler_unittest.cc", |
3173 "../browser/profiles/profile_attributes_storage_unittest.cc", | 3175 "../browser/profiles/profile_attributes_storage_unittest.cc", |
3174 "../browser/profiles/profile_avatar_icon_util_unittest.cc", | 3176 "../browser/profiles/profile_avatar_icon_util_unittest.cc", |
3175 "../browser/profiles/profile_downloader_unittest.cc", | 3177 "../browser/profiles/profile_downloader_unittest.cc", |
3176 "../browser/profiles/profile_info_cache_unittest.cc", | 3178 "../browser/profiles/profile_info_cache_unittest.cc", |
3177 "../browser/profiles/profile_info_cache_unittest.h", | 3179 "../browser/profiles/profile_info_cache_unittest.h", |
3178 "../browser/profiles/profile_manager_unittest.cc", | 3180 "../browser/profiles/profile_manager_unittest.cc", |
3179 "../browser/profiles/profile_shortcut_manager_unittest_win.cc", | 3181 "../browser/profiles/profile_shortcut_manager_unittest_win.cc", |
(...skipping 1796 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4976 "touch_hud", | 4978 "touch_hud", |
4977 "ui", | 4979 "ui", |
4978 ] | 4980 ] |
4979 | 4981 |
4980 if (is_linux && !is_android) { | 4982 if (is_linux && !is_android) { |
4981 deps += [ "//components/font_service:manifest" ] | 4983 deps += [ "//components/font_service:manifest" ] |
4982 packaged_services += [ "font_service" ] | 4984 packaged_services += [ "font_service" ] |
4983 } | 4985 } |
4984 } | 4986 } |
4985 } | 4987 } |
OLD | NEW |