Index: build/landmines.py |
diff --git a/build/landmines.py b/build/landmines.py |
index 753ad3bddf3e3a4ed9eb4ea3d2e660a24423996d..c09ffb887d8508f3cfe91cff7b186528e7d7c5ee 100755 |
--- a/build/landmines.py |
+++ b/build/landmines.py |
@@ -157,6 +157,7 @@ def get_landmines(target): |
gyp_defines().get('target_arch') == 'x64' and |
gyp_defines().get('dcheck_always_on') == '1'): |
add("Switched win x64 trybots from VS2010 to VS2012.") |
+ add('Need to clobber everything due to an IDL change in r154579 (blink)') |
return landmines |