Add landmine for failing win trybots.

R=cmp@chromium.org
BUG=179800

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@185941 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
iannucci@chromium.org 2013-03-04 19:17:42 +00:00
Родитель ba6d1adef5
Коммит f1cb8bac8a
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -141,6 +141,8 @@ def get_landmines(target):
add('Need to clobber winja goma due to backend cwd cache fix.')
if platform() == 'android':
add('Clean android out directories to reduce zip size.')
if platform() == 'win' and builder() == 'ninja':
add('Compile on cc_unittests fails due to symbols removed in r185063.')
return landmines