Index: chrome/chrome_tests.gypi |
=================================================================== |
--- chrome/chrome_tests.gypi (revision 184125) |
+++ chrome/chrome_tests.gypi (working copy) |
@@ -2700,7 +2700,7 @@ |
], |
# If you change this condition, make sure you also change it in all.gyp |
# for the chromium_builder_qa target. |
- ['enable_automation==1 and (OS=="mac" or OS=="win" or (os_posix==1 and target_arch==python_arch))', { |
+ ['enable_automation==1 and (OS=="mac" or ((OS=="win" or os_posix==1) and target_arch==python_arch))', { |
'targets': [ |
{ |
# Documentation: http://dev.chromium.org/developers/testing/pyauto |