Index: chrome/chrome_tests.gypi |
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
index b2e4b8e6780b4f6981dc10285b4f97b0d1019379..32f72341bcf61f6b3eae9b6d06ecf6331f8567de 100644 |
--- a/chrome/chrome_tests.gypi |
+++ b/chrome/chrome_tests.gypi |
@@ -2664,6 +2664,13 @@ |
# Documentation: http://dev.chromium.org/developers/testing/pyauto |
# Deprecated. Do not add additional dependencies. |
'target_name': 'pyautolib', |
+ 'variables': { |
+ 'conditions': [ |
+ ['enable_automation==1 and OS=="linux"', { |
+ 'python_arch': '<!(<(DEPTH)/build/linux/python_arch.sh <(sysroot)/usr/<(system_libdir)/libpython<(python_ver).so.1.0)', |
+ }], |
+ ], |
+ }, |
'conditions': [ |
['enable_automation==1 and OS=="linux" and target_arch==python_arch', { |
'type': 'loadable_module', |