linux_aura: Turn aura on on the builders.

This widens some suppressions from windows to linux, and suppresses some memory errors in third party libraries that we now use.

BUG=125106,303342
R=cpu@chromium.org, mseaborn@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227210 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
erg@chromium.org 2013-10-05 21:14:52 +00:00
Родитель f6909d2408
Коммит 4507a88265
1 изменённых файлов: 8 добавлений и 0 удалений

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

@ -75,6 +75,14 @@
'use_aura%': 1,
}],
# ToT Linux should be aura.
#
# TODO(erg): Merge this into the previous block once compiling with
# aura safely implies including ash capabilities.
['OS=="linux"', {
'use_aura%': 1,
}],
# Whether we're a traditional desktop unix.
['(OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris") and chromeos==0', {
'desktop_linux%': 1,