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

Unified Diff: build/get_landmines.py

Issue 2626993002: Speculatively clobber Mac after "Switch Mac Intel GPU bots to 10.12 from 10.10" (Closed)
Patch Set: Created 3 years, 11 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 9fe984e8992088c15072b28ed46de4f81962ff82..c8d501bc218242bf54b70dbe28c4414615c30ba1 100755
--- a/build/get_landmines.py
+++ b/build/get_landmines.py
@@ -70,6 +70,8 @@ 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() == 'mac':
+ print 'Clobber to get past mojo gen build error (crbug.com/679607)'
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