Index: build/get_landmines.py |
diff --git a/build/get_landmines.py b/build/get_landmines.py |
index 9557c569b9bc89c98eb66fd2e0a3bd927d28807b..873563da2aba6c7c2e120ceb37666d21edaed1b6 100755 |
--- a/build/get_landmines.py |
+++ b/build/get_landmines.py |
@@ -73,6 +73,8 @@ def print_landmines(): |
print 'Remove NaCl toolchains from the output dir (crbug.com/456902)' |
if platform() == 'ios': |
print 'Clobber iOS to workaround Xcode deps bug (crbug.com/485435)' |
+ if platform() == 'win': |
+ print 'Clobber to delete stale generated files (crbug.com/510086)' |
def main(): |