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