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

Unified Diff: build/get_landmines.py

Issue 400203002: Roll Breakpad from 1345 to 1351. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add a landmine to clobber the android builders Created 6 years, 5 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 | « DEPS ('k') | 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 3bf3d153d99a168e77748cc75216ffec8d7b8c04..55602140430d9966a0954439c8c6e564e5b8fd28 100755
--- a/build/get_landmines.py
+++ b/build/get_landmines.py
@@ -30,6 +30,7 @@ def print_landmines(target):
builder() == 'ninja'):
print 'Need to clobber winja goma due to backend cwd cache fix.'
if platform() == 'android':
+ print 'Clobber: To avoid unresolved link errors on Breakpad roll.'
print 'Clobber: To get rid of generated files in the wrong package.'
if platform() == 'win' and builder() == 'ninja':
print 'Compile on cc_unittests fails due to symbols removed in r185063.'
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698