set toolkit_uses_gtk% to 1 on all systems using Gtk

BUG=
TEST=


Review URL: http://codereview.chromium.org/9816015

git-svn-id: http://src.chromium.org/svn/trunk/src/build@128061 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
robert.nagy@gmail.com 2012-03-21 21:46:17 +00:00
Родитель a1974b3a7f
Коммит 0d01311bf7
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -325,7 +325,7 @@
}],
# Set toolkit_uses_gtk for the Chromium browser on Linux.
['OS=="linux" and use_aura==0', {
['(OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris") and use_aura==0', {
'toolkit_uses_gtk%': 1,
}, {
'toolkit_uses_gtk%': 0,