| 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 3241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3252 "../browser/prefs/proxy_policy_unittest.cc", | 3252 "../browser/prefs/proxy_policy_unittest.cc", |
| 3253 "../browser/prefs/session_startup_pref_unittest.cc", | 3253 "../browser/prefs/session_startup_pref_unittest.cc", |
| 3254 "../browser/prerender/prerender_history_unittest.cc", | 3254 "../browser/prerender/prerender_history_unittest.cc", |
| 3255 "../browser/prerender/prerender_resource_throttle_unittest.cc", | 3255 "../browser/prerender/prerender_resource_throttle_unittest.cc", |
| 3256 "../browser/prerender/prerender_unittest.cc", | 3256 "../browser/prerender/prerender_unittest.cc", |
| 3257 "../browser/prerender/prerender_util_unittest.cc", | 3257 "../browser/prerender/prerender_util_unittest.cc", |
| 3258 "../browser/previews/previews_infobar_delegate_unittest.cc", | 3258 "../browser/previews/previews_infobar_delegate_unittest.cc", |
| 3259 "../browser/previews/previews_infobar_tab_helper_unittest.cc", | 3259 "../browser/previews/previews_infobar_tab_helper_unittest.cc", |
| 3260 "../browser/process_singleton_win_unittest.cc", | 3260 "../browser/process_singleton_win_unittest.cc", |
| 3261 "../browser/profiles/gaia_info_update_service_unittest.cc", | 3261 "../browser/profiles/gaia_info_update_service_unittest.cc", |
| 3262 "../browser/profiles/guest_mode_policy_handler_unittest.cc", |
| 3262 "../browser/profiles/incognito_mode_policy_handler_unittest.cc", | 3263 "../browser/profiles/incognito_mode_policy_handler_unittest.cc", |
| 3263 "../browser/profiles/profile_attributes_storage_unittest.cc", | 3264 "../browser/profiles/profile_attributes_storage_unittest.cc", |
| 3264 "../browser/profiles/profile_avatar_icon_util_unittest.cc", | 3265 "../browser/profiles/profile_avatar_icon_util_unittest.cc", |
| 3265 "../browser/profiles/profile_downloader_unittest.cc", | 3266 "../browser/profiles/profile_downloader_unittest.cc", |
| 3266 "../browser/profiles/profile_info_cache_unittest.cc", | 3267 "../browser/profiles/profile_info_cache_unittest.cc", |
| 3267 "../browser/profiles/profile_info_cache_unittest.h", | 3268 "../browser/profiles/profile_info_cache_unittest.h", |
| 3268 "../browser/profiles/profile_manager_unittest.cc", | 3269 "../browser/profiles/profile_manager_unittest.cc", |
| 3269 "../browser/profiles/profile_shortcut_manager_unittest_win.cc", | 3270 "../browser/profiles/profile_shortcut_manager_unittest_win.cc", |
| 3270 "../browser/push_messaging/push_messaging_app_identifier_unittest.cc", | 3271 "../browser/push_messaging/push_messaging_app_identifier_unittest.cc", |
| 3271 "../browser/push_messaging/push_messaging_notification_manager_unittest.cc", | 3272 "../browser/push_messaging/push_messaging_notification_manager_unittest.cc", |
| (...skipping 1846 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5118 } | 5119 } |
| 5119 | 5120 |
| 5120 if (is_win) { | 5121 if (is_win) { |
| 5121 loadable_module("conflicts_dll") { | 5122 loadable_module("conflicts_dll") { |
| 5122 testonly = true | 5123 testonly = true |
| 5123 sources = [ | 5124 sources = [ |
| 5124 "conflicts/conflicts_dll.cc", | 5125 "conflicts/conflicts_dll.cc", |
| 5125 ] | 5126 ] |
| 5126 } | 5127 } |
| 5127 } | 5128 } |
| OLD | NEW |