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

Unified Diff: build/android/pylib/gtest/setup.py

Issue 106643010: Revert r240528 to reapply r240460; Roll swarm_client @ f89de358c2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: roll at f89de358c2 instead 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 | « DEPS ('k') | build/isolate.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/gtest/setup.py
diff --git a/build/android/pylib/gtest/setup.py b/build/android/pylib/gtest/setup.py
index d85656e0cdda13703372e89973f3d95c3cec902b..46baabd52649d17e23bcdc0a6b2b3d6e4f208b91 100644
--- a/build/android/pylib/gtest/setup.py
+++ b/build/android/pylib/gtest/setup.py
@@ -114,8 +114,8 @@ def _GenerateDepsDirUsingIsolate(suite_name):
'remap',
'--isolate', isolate_abs_path,
'--isolated', isolated_abs_path,
- '-V', 'PRODUCT_DIR=%s' % constants.GetOutDirectory(),
- '-V', 'OS=android',
+ '--path-variable', 'PRODUCT_DIR', constants.GetOutDirectory(),
+ '--config-variable', 'OS', 'android',
'--outdir', constants.ISOLATE_DEPS_DIR,
]
assert not cmd_helper.RunCmd(isolate_cmd)
« no previous file with comments | « DEPS ('k') | build/isolate.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698