Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2723)

Unified Diff: build/get_landmines.py

Issue 1324943005: Add landmine for libsqlite3.dylib (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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():
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698