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

Unified Diff: build/get_landmines.py

Issue 899403002: Upstream Enhanced Bookmark Model (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change get_landmines to force bots to rebuild Created 5 years, 10 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 ac3d7d6008447751aed1902d00a4b5edef617aca..779b6856a12d80db591e08c2eaefbe9ea841a624 100755
--- a/build/get_landmines.py
+++ b/build/get_landmines.py
@@ -61,6 +61,8 @@ def print_landmines():
print 'Clobber to fix missing NaCl gyp dependencies (crbug.com/427427).'
print 'Another clobber for missing NaCl gyp deps (crbug.com/427427).'
print 'Clobber to fix GN not picking up increased ID range (crbug.com/444902)'
+ if platform() == 'android':
+ print 'Clobber to fix gyp not rename package name (crbug.com/457038)'
cjhopman 2015/02/10 19:26:20 just add this to the platform() == 'android' block
Ian Wen 2015/02/11 20:02:52 Done.
def main():

Powered by Google App Engine
This is Rietveld 408576698