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

Unified Diff: BUILD.gn

Issue 2255783003: Make the outdated build detector disabler load and run on XP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: suppress wstring warnings Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/all.gyp » ('j') | chrome/tools/disable_outdated_build_detector/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index fea74333b479825c855f7ed172a494f232314575..ba642df3cb96823511faef1720e9d467c3c80ad3 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -111,6 +111,7 @@ if (is_win) {
]
if (target_cpu == "x86") {
+ deps += [ "//chrome/tools/disable_outdated_build_detector" ]
if (is_clang) {
deps += [ "//courgette(//build/toolchain/win:clang_x64)" ]
} else {
@@ -357,7 +358,6 @@ group("both_gn_and_gyp") {
deps += [
"//chrome/installer/gcapi",
"//chrome/tools/build/win/syzygy:chrome_dll_syzygy",
- "//chrome/tools/disable_outdated_build_detector",
]
}
@@ -706,6 +706,10 @@ group("gn_only") {
deps += [ "//components/proximity_auth:proximity_auth_unittests" ]
}
+ if (is_win && target_cpu == "x86") {
+ deps += [ "//chrome/tools/disable_outdated_build_detector" ]
+ }
+
if (is_win || is_linux) {
deps += [
"//mash:all",
« no previous file with comments | « no previous file | build/all.gyp » ('j') | chrome/tools/disable_outdated_build_detector/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698