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

Unified Diff: webrtc/build/get_landmines.py

Issue 2380613002: Landmine to clobber on Android and Windows. (Closed)
Patch Set: Created 4 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
« 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: webrtc/build/get_landmines.py
diff --git a/webrtc/build/get_landmines.py b/webrtc/build/get_landmines.py
index 49a61bb3146bb13305cdaa99972d73839bb7b212..4ed2ed3584fa3fc5151f997f075f01790e76e356 100755
--- a/webrtc/build/get_landmines.py
+++ b/webrtc/build/get_landmines.py
@@ -41,6 +41,10 @@ def print_landmines():
if platform() == 'android':
print ('Clobber to remove artifacts on Android causing lint errors after '
'rolling in https://codereview.webrtc.org/2293863002')
+ print ('Clobber to remove old AppRTCDemo artifacts after renaming to '
+ 'AppRTCMobile in https://codereview.webrtc.org/2373443005')
+ if platform() == 'win':
+ print 'Clobber to resolve some issues with corrupt .pdb files on bots.'
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