summaryrefslogtreecommitdiffstats
path: root/build/all.gyp
diff options
context:
space:
mode:
authormmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-30 17:42:35 +0000
committermmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-30 17:42:35 +0000
commiteaf7672dac27275000a407c89178b4b2b7e66835 (patch)
tree9993ecea948aed69275074d0411f5b86b2aabba8 /build/all.gyp
parentb040653d5da6819dc0f409fb57e8c924b05a0758 (diff)
downloadchromium_src-eaf7672dac27275000a407c89178b4b2b7e66835.zip
chromium_src-eaf7672dac27275000a407c89178b4b2b7e66835.tar.gz
chromium_src-eaf7672dac27275000a407c89178b4b2b7e66835.tar.bz2
Add Linux package building target.
Also rearrange installer targets with better grouping for easier reading. Review URL: http://codereview.chromium.org/159641 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22063 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r--build/all.gyp7
1 files changed, 7 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp
index b98b2f3..8de4152 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': [