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

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: format tweak Created 4 years, 5 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
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index c42e95f71abaa7fd051b1ee81026a05487ece8ed..299ba9556e019fdfab0a64082001cdede17843a0 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:*',

Powered by Google App Engine
This is Rietveld 408576698