From 93f47948b13136e449e9feea6c421651aa4f8f5a Mon Sep 17 00:00:00 2001 From: Henrik Kjellander Date: Tue, 18 Oct 2016 08:56:41 +0200 Subject: [PATCH] landmine to clobber old GYP build artifacts to enable moving to GN. BUG=chromium:652188 TBR=fbarchard@chromium.org Review URL: https://codereview.chromium.org/2427643003 . --- tools/get_landmines.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/get_landmines.py b/tools/get_landmines.py index a9b752741..3dc78bb97 100755 --- a/tools/get_landmines.py +++ b/tools/get_landmines.py @@ -38,6 +38,7 @@ def print_landmines(): # landmine. # See the Chromium version in src/build/get_landmines.py for usage examples. print 'Clobber to remove GYP artifacts after switching bots to GN.' + print 'Another try to remove GYP artifacts after switching bots to GN.' def main():