| 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 3110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3121 "../browser/prefs/incognito_mode_prefs_unittest.cc", | 3121 "../browser/prefs/incognito_mode_prefs_unittest.cc", |
| 3122 "../browser/prefs/profile_pref_store_manager_unittest.cc", | 3122 "../browser/prefs/profile_pref_store_manager_unittest.cc", |
| 3123 "../browser/prefs/proxy_policy_unittest.cc", | 3123 "../browser/prefs/proxy_policy_unittest.cc", |
| 3124 "../browser/prefs/session_startup_pref_unittest.cc", | 3124 "../browser/prefs/session_startup_pref_unittest.cc", |
| 3125 "../browser/prerender/prerender_history_unittest.cc", | 3125 "../browser/prerender/prerender_history_unittest.cc", |
| 3126 "../browser/prerender/prerender_resource_throttle_unittest.cc", | 3126 "../browser/prerender/prerender_resource_throttle_unittest.cc", |
| 3127 "../browser/prerender/prerender_unittest.cc", | 3127 "../browser/prerender/prerender_unittest.cc", |
| 3128 "../browser/prerender/prerender_util_unittest.cc", | 3128 "../browser/prerender/prerender_util_unittest.cc", |
| 3129 "../browser/previews/previews_infobar_delegate_unittest.cc", | 3129 "../browser/previews/previews_infobar_delegate_unittest.cc", |
| 3130 "../browser/previews/previews_infobar_tab_helper_unittest.cc", | 3130 "../browser/previews/previews_infobar_tab_helper_unittest.cc", |
| 3131 "../browser/previews/previews_service_unittest.cc", |
| 3131 "../browser/process_singleton_win_unittest.cc", | 3132 "../browser/process_singleton_win_unittest.cc", |
| 3132 "../browser/profiles/gaia_info_update_service_unittest.cc", | 3133 "../browser/profiles/gaia_info_update_service_unittest.cc", |
| 3133 "../browser/profiles/guest_mode_policy_handler_unittest.cc", | 3134 "../browser/profiles/guest_mode_policy_handler_unittest.cc", |
| 3134 "../browser/profiles/incognito_mode_policy_handler_unittest.cc", | 3135 "../browser/profiles/incognito_mode_policy_handler_unittest.cc", |
| 3135 "../browser/profiles/profile_attributes_storage_unittest.cc", | 3136 "../browser/profiles/profile_attributes_storage_unittest.cc", |
| 3136 "../browser/profiles/profile_avatar_icon_util_unittest.cc", | 3137 "../browser/profiles/profile_avatar_icon_util_unittest.cc", |
| 3137 "../browser/profiles/profile_downloader_unittest.cc", | 3138 "../browser/profiles/profile_downloader_unittest.cc", |
| 3138 "../browser/profiles/profile_info_cache_unittest.cc", | 3139 "../browser/profiles/profile_info_cache_unittest.cc", |
| 3139 "../browser/profiles/profile_info_cache_unittest.h", | 3140 "../browser/profiles/profile_info_cache_unittest.h", |
| 3140 "../browser/profiles/profile_manager_unittest.cc", | 3141 "../browser/profiles/profile_manager_unittest.cc", |
| (...skipping 1888 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5029 } | 5030 } |
| 5030 | 5031 |
| 5031 if (is_win) { | 5032 if (is_win) { |
| 5032 loadable_module("conflicts_dll") { | 5033 loadable_module("conflicts_dll") { |
| 5033 testonly = true | 5034 testonly = true |
| 5034 sources = [ | 5035 sources = [ |
| 5035 "conflicts/conflicts_dll.cc", | 5036 "conflicts/conflicts_dll.cc", |
| 5036 ] | 5037 ] |
| 5037 } | 5038 } |
| 5038 } | 5039 } |
| OLD | NEW |