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

Unified Diff: BUILD.gn

Issue 2328493002: Remove the tool to disable the outdated build detector for organic installs of Chrome. (Closed)
Patch Set: Created 4 years, 3 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 | chrome/browser/google/google_brand.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | chrome/browser/google/google_brand.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698