| Index: tools/mb/mb.py
|
| diff --git a/tools/mb/mb.py b/tools/mb/mb.py
|
| index 239720141cba2fd52ad1d5129ac54f6806f0c568..7335448bd5a15ddcc913a338ae361637743284e6 100755
|
| --- a/tools/mb/mb.py
|
| +++ b/tools/mb/mb.py
|
| @@ -9,6 +9,10 @@ MB is a wrapper script for GYP and GN that can be used to generate build files
|
| for sets of canned configurations and analyze them.
|
| """
|
|
|
| +# TODO(thomasanderson): Remove this comment. It is added to
|
| +# workaround https://crbug.com/736215 for CL
|
| +# https://codereview.chromium.org/2974603002/
|
| +
|
| from __future__ import print_function
|
|
|
| import argparse
|
|
|