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

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

Issue 22825016: Archive webkit_tests results on android bots if requested. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: actually fix typo and remove unnecessary bb_utils. qualifier Created 7 years, 4 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_utils.py
diff --git a/build/android/buildbot/bb_utils.py b/build/android/buildbot/bb_utils.py
index 4aa9b47ac75084dc0d16f70c733e412d2c305393..f901103310ed1a5150f57b734da502b57d5572e1 100644
--- a/build/android/buildbot/bb_utils.py
+++ b/build/android/buildbot/bb_utils.py
@@ -24,6 +24,9 @@ BB_BUILD_DIR = os.path.abspath(
CHROME_SRC = os.path.abspath(
os.path.join(os.path.dirname(__file__), '..', '..', '..'))
+# TODO: Figure out how to merge this with pylib.cmd_helper.OutDirectory().
bulach 2013/09/02 11:04:04 FYI: https://codereview.chromium.org/22903016/
+CHROME_OUT_DIR = os.path.join(CHROME_SRC, 'out')
+
GOMA_DIR = os.environ.get('GOMA_DIR', os.path.join(BB_BUILD_DIR, 'goma'))
GSUTIL_PATH = os.path.join(BB_BUILD_DIR, 'third_party', 'gsutil', 'gsutil')
« build/android/buildbot/bb_device_steps.py ('K') | « build/android/buildbot/bb_device_steps.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698