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

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

Issue 1578863002: [Android] Convert uses of cmd_helper in tools/ to devil. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
« no previous file with comments | « no previous file | build/android/pylib/cmd_helper.py » ('j') | build/android/pylib/cmd_helper.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'))
« no previous file with comments | « no previous file | build/android/pylib/cmd_helper.py » ('j') | build/android/pylib/cmd_helper.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698