Do not define use_clipboard_aurax11 on ozone builds

On Ozone builds clipboard_aurax11 is excluded since Ozone
builds should not pull any X11 dependencies.

This patch fixes failing ui_unittests build on Ozone.

BUG=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@241390 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
dnicoara@chromium.org 2013-12-17 22:28:31 +00:00
Родитель aa977cbeeb
Коммит 0120fa1bf9
1 изменённых файлов: 5 добавлений и 4 удалений

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

@ -552,10 +552,6 @@
'use_x11%': 1,
}],
['OS=="linux" and use_aura==1 and chromeos==0', {
'use_clipboard_aurax11%': 1,
}],
# Flags to use glib.
['OS=="win" or OS=="mac" or OS=="ios" or OS=="android" or embedded==1', {
'use_glib%': 0,
@ -1906,6 +1902,11 @@
'ozone_platform_dri%': 0,
'ozone_platform_test%': 0,
}],
['desktop_linux==1 and use_aura==1 and use_x11==1', {
'use_clipboard_aurax11%': 1,
}],
['OS=="win" and use_goma==1', {
# goma doesn't support pch yet.
'chromium_win_pch': 0,