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

Unified Diff: chrome/chrome.gyp

Issue 115843: Add Linux packaging tools to the build output and the buildbot archive. (Closed)
Patch Set: merge gyp conditions blocks Created 11 years, 7 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') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 85d74f3fc5dafb6643909aee6d6ebaaa61b85dd1..d2bed80298969d274d85eba189780280546124d7 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -2261,6 +2261,15 @@
},
],
}],
+ ['OS=="linux"', {
+ 'conditions': [
+ ['branding=="Chrome"', {
+ 'dependencies': [
+ 'installer/installer.gyp:installer_util',
+ ],
+ }],
+ ],
+ }],
['OS=="win"', {
'dependencies': [
# On Windows, make sure we've built chrome.dll, which
« no previous file with comments | « no previous file | chrome/installer/installer.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698