Add landmine for 2013 switch

[email protected]
BUG=309197, 323300

Review URL: https://codereview.chromium.org/141583006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245713 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/build/get_landmines.py b/build/get_landmines.py
index 113b37c..93ae238 100755
--- a/build/get_landmines.py
+++ b/build/get_landmines.py
@@ -45,6 +45,9 @@
       gyp_defines().get('target_arch') == 'x64' and
       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'):
+    print "Switched win from VS2010 to VS2013."
   print 'Need to clobber everything due to an IDL change in r154579 (blink)'