From 0dc2f23450774f4e0349efbdade514869ec1029a Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Fri, 18 Sep 2009 04:44:14 +0000 Subject: 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 --- chrome/installer/installer.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/installer') 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': { -- cgit v1.1