Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: build/common.gypi

Issue 121013002: Get rid of the python_arch variable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 734c9e78d4aba89411ec70873c804e7408db1460..7186ffb5289f3704b6b2c98e77eeb333678dafe1 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1277,13 +1277,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%': '',
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698