Index: build/common.gypi |
=================================================================== |
--- build/common.gypi (revision 184125) |
+++ build/common.gypi (working copy) |
@@ -1030,6 +1030,9 @@ |
}], |
['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', |
}], |
# If use_official_google_api_keys is already set (to 0 or 1), we |
# do none of the implicit checking. If it is set to 1 and the |