Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / build / get_landmines.py
index dce228a..007ebe9 100755 (executable)
@@ -46,9 +46,11 @@ def print_landmines(target):
       gyp_defines().get('dcheck_always_on') == '1'):
     print "Switched win x64 trybots from VS2010 to VS2012."
   if (platform() == 'win' and builder() == 'ninja' and
-      gyp_msvs_version() == '2013'):
+      gyp_msvs_version().startswith('2013')):
     print "Switched win from VS2010 to VS2013."
   print 'Need to clobber everything due to an IDL change in r154579 (blink)'
+  if (platform() != 'ios'):
+    print 'Clobber to get rid of obselete test plugin after r248358'
 
 
 def main():