diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-18 04:44:14 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-18 04:44:14 +0000 |
commit | 0dc2f23450774f4e0349efbdade514869ec1029a (patch) | |
tree | c0b2176902e62e35646eaa8a8e868bc48960366b /chrome/installer | |
parent | e000b192d23bdb0ae9d2298f85e67ebd0ef811e4 (diff) | |
download | chromium_src-0dc2f23450774f4e0349efbdade514869ec1029a.zip chromium_src-0dc2f23450774f4e0349efbdade514869ec1029a.tar.gz chromium_src-0dc2f23450774f4e0349efbdade514869ec1029a.tar.bz2 |
Don't build the RPMs for ChromeOS.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/210014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26550 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer')
-rw-r--r-- | chrome/installer/installer.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/installer.gyp b/chrome/installer/installer.gyp index f2569f7..83bf3be 100644 --- a/chrome/installer/installer.gyp +++ b/chrome/installer/installer.gyp @@ -568,7 +568,7 @@ }, ], 'conditions': [ - ['target_arch=="ia32"', { + ['target_arch=="ia32" and chromeos==0', { 'actions': [ { 'variables': { |