Index: build/get_landmines.py |
diff --git a/build/get_landmines.py b/build/get_landmines.py |
index c1e07cc4a24a392b75e3529284f5c6156e434a9d..4139957129918785c082e741f315c1057002c936 100755 |
--- a/build/get_landmines.py |
+++ b/build/get_landmines.py |
@@ -77,6 +77,8 @@ def print_landmines(): |
print 'Clobber to delete stale generated files (crbug.com/510086)' |
if platform() == 'android' and gyp_defines().get('target_arch') == 'arm64': |
print 'Clobber to support new location/infra for chrome_sync_shell_apk' |
+ if platform() == 'mac': |
+ print 'Clobber to get rid of evil libsqlite3.dylib (crbug.com/526208)' |
def main(): |