Set component=static_library for ASan builds on Mac.

BUG=145503
Review URL: https://chromiumcodereview.appspot.com/10898037

git-svn-id: http://src.chromium.org/svn/trunk/src/build@153911 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
glider@chromium.org 2012-08-29 17:47:02 +00:00
Родитель a56861ca5e
Коммит 7013db255b
1 изменённых файлов: 4 добавлений и 1 удалений

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

@ -1205,7 +1205,10 @@
# plugins now.
'clang_use_chrome_plugins%': 0,
}],
['asan==1 and OS=="mac"', {
# See http://crbug.com/145503.
'component': "static_library",
}],
['tsan==1', {
'clang%': 1,
}],