| Index: build/android/buildbot/bb_utils.py
|
| diff --git a/build/android/buildbot/bb_utils.py b/build/android/buildbot/bb_utils.py
|
| index f901103310ed1a5150f57b734da502b57d5572e1..4aa9b47ac75084dc0d16f70c733e412d2c305393 100644
|
| --- a/build/android/buildbot/bb_utils.py
|
| +++ b/build/android/buildbot/bb_utils.py
|
| @@ -24,9 +24,6 @@ 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')
|
|
|