| 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",
|
|
|