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

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

Issue 101143003: Revert 240460 "Roll swarm_client @ 9fc05789e3." (Closed) Base URL: svn://svn.chromium.org/chrome/
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 | « trunk/src/DEPS ('k') | trunk/src/build/isolate.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/build/android/pylib/gtest/setup.py
===================================================================
--- trunk/src/build/android/pylib/gtest/setup.py (revision 240527)
+++ trunk/src/build/android/pylib/gtest/setup.py (working copy)
@@ -114,8 +114,8 @@
'remap',
'--isolate', isolate_abs_path,
'--isolated', isolated_abs_path,
- '--path-variable', 'PRODUCT_DIR', constants.GetOutDirectory(),
- '--config-variable', 'OS', 'android',
+ '-V', 'PRODUCT_DIR=%s' % constants.GetOutDirectory(),
+ '-V', 'OS=android',
'--outdir', constants.ISOLATE_DEPS_DIR,
]
assert not cmd_helper.RunCmd(isolate_cmd)
« no previous file with comments | « trunk/src/DEPS ('k') | trunk/src/build/isolate.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698