R=iannucci@chromium.org
BUG=309197, 323300

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@245713 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
scottmg@chromium.org 2014-01-18 02:03:57 +00:00
Родитель cae0deceb9
Коммит 850dbc7d5b
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -45,6 +45,9 @@ def print_landmines(target):
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)'