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

Unified Diff: build/get_landmines.py

Issue 659493003: Final step of the java_cpp_template -> java_cpp_enum migration. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: delete some more template files Created 6 years, 2 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
Index: build/get_landmines.py
diff --git a/build/get_landmines.py b/build/get_landmines.py
index f15d8dbd28b408c3c128639fba3e970bff65a771..a616f8daf90ccb70b89ffd2865f239d965a7d631 100755
--- a/build/get_landmines.py
+++ b/build/get_landmines.py
@@ -59,6 +59,7 @@ def print_landmines():
if platform() == 'android':
print 'Clobber: To delete stale generated .java files.'
print 'Delete stale generated .java files again. crbug.com/349592'
+ print 'Delete stale generated .java files again. crbug.com/349592'
Yaron 2014/10/15 02:36:49 dup? or is this file special in that adding an out
mkosiba (inactive) 2014/10/15 09:46:08 Intentional and seems to work. I changed the line
cjhopman 2014/10/16 16:54:51 For the record, a landmine is triggered whenever t
def main():

Powered by Google App Engine
This is Rietveld 408576698