| 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')
|
|
|