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') |