| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index e2f1bbd61887f7926e5ec355c4ed05006e06f3ff..5d29fe21024ca3cda9495f98043bccb4338946fd 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -117,7 +117,6 @@ 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 {
|
| @@ -716,10 +715,6 @@ 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",
|
|
|