Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(163)

Side by Side Diff: chrome/test/BUILD.gn

Issue 2758353002: Deprecate the StickyDefaultBrowserPrompt experiment (Closed)
Patch Set: Remove unused include Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/browser/ui/startup/default_browser_infobar_delegate_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 4186 matching lines...) Expand 10 before | Expand all | Expand 10 after
4197 "../browser/password_manager/native_backend_kwallet_x_unittest.cc", 4197 "../browser/password_manager/native_backend_kwallet_x_unittest.cc",
4198 "../browser/shell_integration_linux_unittest.cc", 4198 "../browser/shell_integration_linux_unittest.cc",
4199 "../browser/ui/input_method/input_method_engine_unittest.cc", 4199 "../browser/ui/input_method/input_method_engine_unittest.cc",
4200 ] 4200 ]
4201 } 4201 }
4202 if (!is_android && !is_chromeos) { 4202 if (!is_android && !is_chromeos) {
4203 sources += [ 4203 sources += [
4204 "../browser/net/disk_cache_dir_policy_handler_unittest.cc", 4204 "../browser/net/disk_cache_dir_policy_handler_unittest.cc",
4205 "//chrome/browser/profiles/profile_list_desktop_unittest.cc", 4205 "//chrome/browser/profiles/profile_list_desktop_unittest.cc",
4206 "//chrome/browser/profiles/profile_statistics_unittest.cc", 4206 "//chrome/browser/profiles/profile_statistics_unittest.cc",
4207 "//chrome/browser/ui/startup/default_browser_infobar_delegate_unittest.cc" ,
4208 "//chrome/browser/ui/startup/startup_browser_creator_impl_unittest.cc", 4207 "//chrome/browser/ui/startup/startup_browser_creator_impl_unittest.cc",
4209 "//chrome/browser/ui/startup/startup_tab_provider_unittest.cc", 4208 "//chrome/browser/ui/startup/startup_tab_provider_unittest.cc",
4210 ] 4209 ]
4211 } 4210 }
4212 if (use_gio) { 4211 if (use_gio) {
4213 deps += [ "//build/linux/libgio" ] 4212 deps += [ "//build/linux/libgio" ]
4214 } 4213 }
4215 if (!is_chromeos && !use_ozone && is_linux) { 4214 if (!is_chromeos && !use_ozone && is_linux) {
4216 deps += [ "//chrome/browser/ui/libgtkui" ] 4215 deps += [ "//chrome/browser/ui/libgtkui" ]
4217 } 4216 }
(...skipping 963 matching lines...) Expand 10 before | Expand all | Expand 10 after
5181 } 5180 }
5182 5181
5183 if (is_win) { 5182 if (is_win) {
5184 loadable_module("conflicts_dll") { 5183 loadable_module("conflicts_dll") {
5185 testonly = true 5184 testonly = true
5186 sources = [ 5185 sources = [
5187 "conflicts/conflicts_dll.cc", 5186 "conflicts/conflicts_dll.cc",
5188 ] 5187 ]
5189 } 5188 }
5190 } 5189 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/startup/default_browser_infobar_delegate_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698