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

Unified Diff: build/all.gyp

Issue 2193823002: A tool to disable the outdated build detector for organic installs of Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix chromium.fyi.json 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 | « BUILD.gn ('k') | build/gn_migration.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 04cd9752f840e510bb6407bc0973d8bdd325a149..3c8210bff41dda3bd1785571e3bdec0901f84aa8 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -226,6 +226,7 @@
}],
['OS=="win"', {
'dependencies': [
+ '../chrome/tools/disable_outdated_build_detector/disable_outdated_build_detector.gyp:*',
'../chrome_elf/chrome_elf.gyp:*',
'../courgette/courgette.gyp:*',
'../rlz/rlz.gyp:*',
« no previous file with comments | « BUILD.gn ('k') | build/gn_migration.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698