Index: build/get_landmines.py |
diff --git a/build/get_landmines.py b/build/get_landmines.py |
index f15d8dbd28b408c3c128639fba3e970bff65a771..f874ef7d04026b8d54b56a46719c7cd8e9653760 100755 |
--- a/build/get_landmines.py |
+++ b/build/get_landmines.py |
@@ -56,6 +56,8 @@ def print_landmines(): |
print '[chromium-dev] PSA: clobber build needed for IDR_INSPECTOR_* compil...' |
print 'blink_resources.grd changed: crbug.com/400860' |
print 'ninja dependency cycle: crbug.com/408192' |
+ if platform() != 'android': |
+ print 'Need clobber for V8 external snapshot changes: crbug.com/421063' |
if platform() == 'android': |
print 'Clobber: To delete stale generated .java files.' |
print 'Delete stale generated .java files again. crbug.com/349592' |