diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-26 20:38:39 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-26 20:38:39 +0000 |
commit | 8b44cfdd5466e3205c95a42fac538cdf32bc4c32 (patch) | |
tree | 8f489e4d98d69a2e9939a5a6d8dcb8f305ce6515 /build | |
parent | ac5c6495791745c744c9f6928c70285fd039f35b (diff) | |
download | chromium_src-8b44cfdd5466e3205c95a42fac538cdf32bc4c32.zip chromium_src-8b44cfdd5466e3205c95a42fac538cdf32bc4c32.tar.gz chromium_src-8b44cfdd5466e3205c95a42fac538cdf32bc4c32.tar.bz2 |
Get rid of the python_arch variable.
It's only used for pyauto, which is on the way out.
BUG=277641,224072,177664
NOTRY=true
Review URL: https://codereview.chromium.org/121013002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242551 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build/common.gypi b/build/common.gypi index 7772b76..dd99925 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -1267,13 +1267,8 @@ }], ['OS=="win"', { 'windows_driver_kit_path%': '$(WDK_DIR)', - # Set the python arch to prevent conflicts with pyauto on Win64 build. - # TODO(jschuh): crbug.com/177664 Investigate Win64 pyauto build. - 'python_arch%': 'ia32', }], ['os_posix==1 and OS!="mac" and OS!="ios"', { - # Figure out the python architecture to decide if we build pyauto. - 'python_arch%': '<!(<(DEPTH)/build/linux/python_arch.sh <(sysroot)/usr/<(system_libdir)/libpython<(python_ver).so.1.0)', 'conditions': [ ['target_arch=="mipsel"', { 'werror%': '', |