| 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 3120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3131 "../browser/prefs/incognito_mode_prefs_unittest.cc", | 3131 "../browser/prefs/incognito_mode_prefs_unittest.cc", |
| 3132 "../browser/prefs/profile_pref_store_manager_unittest.cc", | 3132 "../browser/prefs/profile_pref_store_manager_unittest.cc", |
| 3133 "../browser/prefs/proxy_policy_unittest.cc", | 3133 "../browser/prefs/proxy_policy_unittest.cc", |
| 3134 "../browser/prefs/session_startup_pref_unittest.cc", | 3134 "../browser/prefs/session_startup_pref_unittest.cc", |
| 3135 "../browser/prerender/prerender_history_unittest.cc", | 3135 "../browser/prerender/prerender_history_unittest.cc", |
| 3136 "../browser/prerender/prerender_resource_throttle_unittest.cc", | 3136 "../browser/prerender/prerender_resource_throttle_unittest.cc", |
| 3137 "../browser/prerender/prerender_unittest.cc", | 3137 "../browser/prerender/prerender_unittest.cc", |
| 3138 "../browser/prerender/prerender_util_unittest.cc", | 3138 "../browser/prerender/prerender_util_unittest.cc", |
| 3139 "../browser/previews/previews_infobar_delegate_unittest.cc", | 3139 "../browser/previews/previews_infobar_delegate_unittest.cc", |
| 3140 "../browser/previews/previews_infobar_tab_helper_unittest.cc", | 3140 "../browser/previews/previews_infobar_tab_helper_unittest.cc", |
| 3141 "../browser/previews/previews_service_unittest.cc", |
| 3141 "../browser/process_singleton_win_unittest.cc", | 3142 "../browser/process_singleton_win_unittest.cc", |
| 3142 "../browser/profiles/gaia_info_update_service_unittest.cc", | 3143 "../browser/profiles/gaia_info_update_service_unittest.cc", |
| 3143 "../browser/profiles/guest_mode_policy_handler_unittest.cc", | 3144 "../browser/profiles/guest_mode_policy_handler_unittest.cc", |
| 3144 "../browser/profiles/incognito_mode_policy_handler_unittest.cc", | 3145 "../browser/profiles/incognito_mode_policy_handler_unittest.cc", |
| 3145 "../browser/profiles/profile_attributes_storage_unittest.cc", | 3146 "../browser/profiles/profile_attributes_storage_unittest.cc", |
| 3146 "../browser/profiles/profile_avatar_icon_util_unittest.cc", | 3147 "../browser/profiles/profile_avatar_icon_util_unittest.cc", |
| 3147 "../browser/profiles/profile_downloader_unittest.cc", | 3148 "../browser/profiles/profile_downloader_unittest.cc", |
| 3148 "../browser/profiles/profile_info_cache_unittest.cc", | 3149 "../browser/profiles/profile_info_cache_unittest.cc", |
| 3149 "../browser/profiles/profile_info_cache_unittest.h", | 3150 "../browser/profiles/profile_info_cache_unittest.h", |
| 3150 "../browser/profiles/profile_manager_unittest.cc", | 3151 "../browser/profiles/profile_manager_unittest.cc", |
| (...skipping 1887 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5038 } | 5039 } |
| 5039 | 5040 |
| 5040 if (is_win) { | 5041 if (is_win) { |
| 5041 loadable_module("conflicts_dll") { | 5042 loadable_module("conflicts_dll") { |
| 5042 testonly = true | 5043 testonly = true |
| 5043 sources = [ | 5044 sources = [ |
| 5044 "conflicts/conflicts_dll.cc", | 5045 "conflicts/conflicts_dll.cc", |
| 5045 ] | 5046 ] |
| 5046 } | 5047 } |
| 5047 } | 5048 } |
| OLD | NEW |