Index: build/get_landmines.py |
diff --git a/build/get_landmines.py b/build/get_landmines.py |
index 217cd3133246686ec95af8adccea4a95f4e94def..bb87459a0bbe43aca7f9abf888c5509b175abd03 100755 |
--- a/build/get_landmines.py |
+++ b/build/get_landmines.py |
@@ -34,6 +34,7 @@ def print_landmines(): |
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 to recalculate reversed dependency (crbug.com/639042)' |
if platform() == 'win': |
print 'Compile on cc_unittests fails due to symbols removed in r185063.' |
if platform() == 'linux': |