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

Unified Diff: build/all.gyp

Issue 1902233003: Add next_version_mini_installer target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: self review Created 4 years, 8 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 b51b9d9b4e714cb126a371cd9d634859ff61a39e..1f772da43fe9ad6437462e6e5297556b04eb7ad9 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -430,6 +430,11 @@
},
}
}],
+ ['component!="shared_library"', {
+ 'dependencies': [
+ '../chrome/installer/mini_installer.gyp:next_version_mini_installer',
+ ],
+ }],
],
}],
['chromeos==1', {

Powered by Google App Engine
This is Rietveld 408576698