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

Unified Diff: build/android/pylib/forwarder.py

Issue 11312239: Modify the Android test running scripts so they can be used from WebKit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
Index: build/android/pylib/forwarder.py
diff --git a/build/android/pylib/forwarder.py b/build/android/pylib/forwarder.py
index a0dc5f2fcc1d7ff59696d988968eeb85d614570b..3818fa3aa91c1685674b1e1f1991cfe4c13ba737 100644
--- a/build/android/pylib/forwarder.py
+++ b/build/android/pylib/forwarder.py
@@ -17,7 +17,7 @@ from pylib import pexpect
def _MakeBinaryPath(build_type, binary_name):
- return os.path.join(constants.CHROME_DIR, 'out', build_type, binary_name)
+ return os.path.join(cmd_helper.OutDirectory(), build_type, binary_name)
class Forwarder(object):

Powered by Google App Engine
This is Rietveld 408576698