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

Unified Diff: webrtc/build/get_landmines.py

Issue 2418713002: Landmine due to corrupt .pdb files on Windows. (Closed)
Patch Set: Created 4 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
« 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 4ed2ed3584fa3fc5151f997f075f01790e76e356..799c3fa8fff115162f76d61d0c348f562e09a1df 100755
--- a/webrtc/build/get_landmines.py
+++ b/webrtc/build/get_landmines.py
@@ -45,6 +45,7 @@ def print_landmines():
'AppRTCMobile in https://codereview.webrtc.org/2373443005')
if platform() == 'win':
print 'Clobber to resolve some issues with corrupt .pdb files on bots.'
+ print 'Clobber due to corrupt .pdb files (after #14623)'
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