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

Unified Diff: build/get_landmines.py

Issue 615893003: Use the new java_cpp_enum rule in content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix android_aosp Created 6 years, 3 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 47f4479154b7c9f62beda3ddbaf4b3f90c3ce2c2..8fa5a3baff6941a01a16d900b5194a9af96ec788 100755
--- a/build/get_landmines.py
+++ b/build/get_landmines.py
@@ -56,6 +56,8 @@ def print_landmines():
print '[chromium-dev] PSA: clobber build needed for IDR_INSPECTOR_* compil...'
print 'blink_resources.grd changed: crbug.com/400860'
print 'ninja dependency cycle: crbug.com/408192'
+ if platform() == 'android':
+ print 'Clobber: To delete stale generated .java files.'
scottmg 2014/09/30 17:48:28 nit; something a little more unique here (bug numb
def main():

Powered by Google App Engine
This is Rietveld 408576698