summaryrefslogtreecommitdiffstats
path: root/build/android/buildbot/bb_utils.py
diff options
context:
space:
mode:
authordpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-29 03:08:32 +0000
committerdpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-29 03:08:32 +0000
commit3ec4f5cd58a1a749a859fc10ed36d0efaee0ee9e (patch)
tree2a5424d34d956056b2a6fb78ff1cccb92db2e195 /build/android/buildbot/bb_utils.py
parent2498c499249ef946517e2238a8f688c6d0f0a086 (diff)
downloadchromium_src-3ec4f5cd58a1a749a859fc10ed36d0efaee0ee9e.zip
chromium_src-3ec4f5cd58a1a749a859fc10ed36d0efaee0ee9e.tar.gz
chromium_src-3ec4f5cd58a1a749a859fc10ed36d0efaee0ee9e.tar.bz2
Archive webkit_tests results on android bots if requested.
R=ilevy@chromium.org, bulach@chromium.org, peter@chromium.org BUG=276076 Review URL: https://chromiumcodereview.appspot.com/22825016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220166 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/android/buildbot/bb_utils.py')
-rw-r--r--build/android/buildbot/bb_utils.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/android/buildbot/bb_utils.py b/build/android/buildbot/bb_utils.py
index 4aa9b47..f901103 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().
+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')