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

Unified Diff: build/get_landmines.py

Issue 363083004: Adding a landmine to clobber due to NDEBUG nacl change. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 0e4fe63b39effa8388e561d9360596eb9d699f2b..3bf3d153d99a168e77748cc75216ffec8d7b8c04 100755
--- a/build/get_landmines.py
+++ b/build/get_landmines.py
@@ -54,6 +54,7 @@ def print_landmines(target):
if (platform() != 'ios'):
print 'Clobber to get rid of obselete test plugin after r248358'
print 'Clobber to rebuild GN files for V8'
+ print 'Need to clobber everything due to build_nexe change in nacl r13424'
Ken Russell (switch to Gerrit) 2014/07/02 23:04:48 Actually, the failure's only been seen on Windows
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