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:
Родитель
a1974b3a7f
Коммит
0d01311bf7
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче