From c49ab0cf62bda52c277496554d875c70e0fef0e1 Mon Sep 17 00:00:00 2001 From: "evan@chromium.org" Date: Wed, 18 May 2011 17:25:37 +0000 Subject: Remove os_nix from gyp variables. This is extra complexity we don't need. Review URL: http://codereview.chromium.org/7037016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85776 0039d316-1c4b-4281-b951-d872f2087c98 --- build/common.gypi | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) (limited to 'build/common.gypi') diff --git a/build/common.gypi b/build/common.gypi index 227ddec..a5177f1 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -38,16 +38,14 @@ # Compute the architecture that we're building on. 'conditions': [ - [ 'OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { + [ 'OS=="win" or OS=="mac"', { + 'host_arch%': 'ia32', + }, { # This handles the Unix platforms for which there is some support. # Anything else gets passed through, which probably won't work very # well; such hosts should pass an explicit target_arch to gyp. 'host_arch%': '