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

Unified Diff: build/landmines.py

Issue 12665006: Set Android Clobber landmine (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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/landmines.py
diff --git a/build/landmines.py b/build/landmines.py
index b276e6cb1fc9a6d2dd03dafadea3debf0b16ce4c..bc70f5da7da75ca65f864d63794984991235d81c 100755
--- a/build/landmines.py
+++ b/build/landmines.py
@@ -141,6 +141,7 @@ def get_landmines(target):
add('Need to clobber winja goma due to backend cwd cache fix.')
if platform() == 'android':
add('Fix findbugs errors on android trybots.')
+ add('Clobber: jar location moved in crrev.com/183639')
if platform() == 'win' and builder() == 'ninja':
add('Compile on cc_unittests fails due to symbols removed in r185063.')
if platform() == 'linux' and builder() == 'ninja':
« 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