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

Unified Diff: scripts/slave/compile.py

Issue 2143003004: Add a bug link to a TODO (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/compile.py
diff --git a/scripts/slave/compile.py b/scripts/slave/compile.py
index fdc6b43db9c39af7a9a5919f24d44beb87c11293..d7310ec875da1963335f312b7520f5f561c74b47 100755
--- a/scripts/slave/compile.py
+++ b/scripts/slave/compile.py
@@ -490,7 +490,7 @@ def real_main():
option_parser.add_option('--mode', default='dev',
help='build mode (dev or official) controlling '
'environment variables set during build')
- # TODO(thakis): Remove this once bots no longer pass it in.
+ # TODO(thakis): Remove this, https://crbug.com/622768
option_parser.add_option('--build-tool', default=None, help='ignored')
option_parser.add_option('--build-args', action='append', default=[],
help='arguments to pass to the build tool')
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698