| Index: tools/get_landmines.py
|
| diff --git a/tools/get_landmines.py b/tools/get_landmines.py
|
| index 33ccd9d189bf557e2bf48f6b730ca8d36328bea3..a9b752741d51938bd73fb85fdf5b2766a85c8d19 100755
|
| --- a/tools/get_landmines.py
|
| +++ b/tools/get_landmines.py
|
| @@ -37,7 +37,7 @@ def print_landmines():
|
| # dependency problems, fix the dependency problems instead of adding a
|
| # landmine.
|
| # See the Chromium version in src/build/get_landmines.py for usage examples.
|
| - pass
|
| + print 'Clobber to remove GYP artifacts after switching bots to GN.'
|
|
|
|
|
| def main():
|
|
|