| Index: build/android/buildbot/bb_utils.py
|
| diff --git a/build/android/buildbot/bb_utils.py b/build/android/buildbot/bb_utils.py
|
| index d1981f41ca04457415b1f9da0a0d0b331ca03471..223f4aeb1c88a69e776244100b78d5dc655765b4 100644
|
| --- a/build/android/buildbot/bb_utils.py
|
| +++ b/build/android/buildbot/bb_utils.py
|
| @@ -25,7 +25,7 @@ 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().
|
| +# TODO: Figure out how to merge this with devil.utils.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'))
|
|
|