Index: build/get_landmines.py |
diff --git a/build/get_landmines.py b/build/get_landmines.py |
index 71345bb3d4022c092d82ec55afab2dcedaadde47..36a5237a1c3c3d97e4910f64e8d5a1b2b81c0acd 100755 |
--- a/build/get_landmines.py |
+++ b/build/get_landmines.py |
@@ -34,8 +34,7 @@ def print_landmines(): |
builder() == 'ninja'): |
print 'Need to clobber winja goma due to backend cwd cache fix.' |
if platform() == 'android': |
- print 'Clobber: to handle new way of suppressing findbugs failures.' |
- print 'Clobber to fix gyp not rename package name (crbug.com/457038)' |
+ print 'Clobber because of unions.' |
if platform() == 'win' and builder() == 'ninja': |
print 'Compile on cc_unittests fails due to symbols removed in r185063.' |
if platform() == 'linux' and builder() == 'ninja': |