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

Unified Diff: chrome/chrome_tests.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 | « build/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698