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

Unified Diff: build/get_landmines.py

Issue 2464373002: Landmine on iOS to clobber build after re-ordering of resources. (Closed)
Patch Set: Created 4 years, 1 month 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 bb87459a0bbe43aca7f9abf888c5509b175abd03..5cf111c91e3aef9f44e5c2b11733dc5c23b3be87 100755
--- a/build/get_landmines.py
+++ b/build/get_landmines.py
@@ -70,6 +70,9 @@ def print_landmines():
print 'Clobber to get rid of evil libsqlite3.dylib (crbug.com/526208)'
if platform() == 'mac':
print 'Clobber to remove libsystem.dylib. See crbug.com/620075'
+ if platform() == 'ios':
+ print 'Clobber to fix flakyness due to stale dependencies on resources.'
+ print 'See crbug.com/660343'
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