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

Unified Diff: build/android/buildbot/bb_device_steps.py

Issue 15979032: Android: renames pylib.constants.CHROME_DIR to DIR_SOURCE_ROOT. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 months 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/buildbot/bb_device_steps.py
diff --git a/build/android/buildbot/bb_device_steps.py b/build/android/buildbot/bb_device_steps.py
index f9e2883b18900d4a53a7680cc2f43ba061a61de7..60618a0ac0097ae3321c81e9db2cedc43987ba72 100755
--- a/build/android/buildbot/bb_device_steps.py
+++ b/build/android/buildbot/bb_device_steps.py
@@ -21,13 +21,13 @@ from pylib import constants
from pylib.gtest import gtest_config
sys.path.append(os.path.join(
- constants.CHROME_DIR, 'third_party', 'android_testrunner'))
+ constants.DIR_SOURCE_ROOT, 'third_party', 'android_testrunner'))
import errors
TESTING = 'BUILDBOT_TESTING' in os.environ
-CHROME_SRC = constants.CHROME_DIR
+CHROME_SRC = constants.DIR_SOURCE_ROOT
# Describes an instrumation test suite:
# test: Name of test we're running.

Powered by Google App Engine
This is Rietveld 408576698