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

Unified Diff: build/all.gyp

Issue 159641: Add Linux package building target. (Closed)
Patch Set: Created 11 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
« no previous file with comments | « no previous file | chrome/installer/installer.gyp » ('j') | chrome/installer/installer.gyp » ('J')
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 b98b2f3349a6c79168d400f047de32db5ba10dc3..8de4152960e295f58e8f8609afbf2c8c01684e88 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -56,6 +56,13 @@
'../tools/xdisplaycheck/xdisplaycheck.gyp:*',
'../courgette/courgette.gyp:*',
],
+ 'conditions': [
+ ['branding=="Chrome"', {
+ 'dependencies': [
+ '../chrome/installer/installer.gyp:linux_packages',
+ ],
+ }],
+ ],
}],
['OS=="win"', {
'dependencies': [
« no previous file with comments | « no previous file | chrome/installer/installer.gyp » ('j') | chrome/installer/installer.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698