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

Unified Diff: tools/mb/mb.py

Issue 1310733002: Remove arbitrary references to ChromeShell in comments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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
Index: tools/mb/mb.py
diff --git a/tools/mb/mb.py b/tools/mb/mb.py
index f30fc3a1240742a9b01338575205fee309362fb0..94400be26921620febc3417259cd25f0189f95f7 100755
--- a/tools/mb/mb.py
+++ b/tools/mb/mb.py
@@ -688,8 +688,8 @@ class MetaBuildWrapper(object):
output_path)
for label in out.splitlines():
build_target = label[2:]
- # We want to accept 'chrome/android:chrome_shell_apk' and
- # just 'chrome_shell_apk'. This may result in too many targets
+ # We want to accept 'chrome/android:chrome_public_apk' and
+ # just 'chrome_public_apk'. This may result in too many targets
# getting built, but we can adjust that later if need be.
for input_target in inp['targets']:
if (input_target == build_target or

Powered by Google App Engine
This is Rietveld 408576698