Index: chrome/chrome_tests.gypi |
=================================================================== |
--- chrome/chrome_tests.gypi (revision 69058) |
+++ chrome/chrome_tests.gypi (working copy) |
@@ -3242,8 +3242,7 @@ |
}, |
]}, # 'targets' |
], # OS=="win" |
- ['OS=="mac" or (OS=="win" and component=="static_library") ' |
- 'or (OS=="linux" and target_arch==python_arch)', { |
+ ['OS=="mac" or OS=="win" or (OS=="linux" and target_arch==python_arch)', { |
'targets': [ |
{ |
# Documentation: http://dev.chromium.org/developers/testing/pyauto |