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

Unified Diff: build/all.gyp

Issue 418021: Make Linux packaging options more granular. (Closed)
Patch Set: default to all packages Created 11 years, 1 month 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 | build/common.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 c34ff488034ec3a0598199709a19ad379480138b..4a61b709f7070130454965095f1ae0eba628ff03 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -83,7 +83,7 @@
'conditions': [
['branding=="Chrome"', {
'dependencies': [
- '../chrome/installer/installer.gyp:linux_packages',
+ '../chrome/installer/installer.gyp:linux_packages_<(channel)',
],
}],
],
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698