diff options
author | mmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-29 00:22:30 +0000 |
---|---|---|
committer | mmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-29 00:22:30 +0000 |
commit | a9b7d73f0d0b81d4455b192f68d44c670e02ec44 (patch) | |
tree | 6591b92aeee55bd73a1c895eee7f1c32b1f5b883 /chrome/chrome.gyp | |
parent | bc2d4d73b69940f172af2bf9dc0ce2393dc1cf38 (diff) | |
download | chromium_src-a9b7d73f0d0b81d4455b192f68d44c670e02ec44.zip chromium_src-a9b7d73f0d0b81d4455b192f68d44c670e02ec44.tar.gz chromium_src-a9b7d73f0d0b81d4455b192f68d44c670e02ec44.tar.bz2 |
Add Linux packaging tools to the build output and the buildbot archive.
This makes the buildbot archive hermetic for package building, rather than
pulling files from the package builder's source tree (e.g. BRANDING) and system
(e.g. lib32 stuff).
Note, this currently only applies to official builds since that's all we package.
This depends on:
http://codereview.chromium.org/115842
http://codereview.chromium.org/113966
Review URL: http://codereview.chromium.org/115843
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17151 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 44e0c30..6fd4a7f 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -2268,6 +2268,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 |