gn: Stop making |use_atk| depend on |use_gconf|.
This partly reverts commit 2a395c69f ("make use of existing gn args in ui build config"). atk itself does not depend on gconf, and the change introduced in the commit above was likely created before commit 95ba4446 ("Move linux pkg_config() calls into separate BUILD.gn files"), when atk and gconf were part of the same if block in build/config/linux/BUILD.gn. See also: https://codereview.chromium.org/2241513002 R=brettw@chromium.org,dpranke@chromium.org,mostynb@opera.com BUG=632297 Review-Url: https://codereview.chromium.org/2248043002 Cr-Original-Commit-Position: refs/heads/master@{#412634} Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src Cr-Mirrored-Commit: 984335951bbc9b2d9532db8b8d1161494f79a105
This commit is contained in:
Родитель
20c8784559
Коммит
8fdc2bb2fb
|
@ -18,7 +18,6 @@
|
|||
# of //build/config/BUILDCONFIG.gn.
|
||||
|
||||
import("//build/config/chromecast_build.gni")
|
||||
import("//build/config/features.gni")
|
||||
|
||||
declare_args() {
|
||||
# Indicates if Ash is enabled. Ash is the Aura Shell which provides a
|
||||
|
@ -87,7 +86,7 @@ if (is_linux && !use_ozone) {
|
|||
}
|
||||
|
||||
# Whether to use atk, the Accessibility ToolKit library
|
||||
use_atk = is_desktop_linux && use_x11 && use_gconf
|
||||
use_atk = is_desktop_linux && use_x11
|
||||
|
||||
use_clipboard_aurax11 =
|
||||
(is_desktop_linux && use_aura && use_x11) || enable_clipboard_aurax11
|
||||
|
|
Загрузка…
Ссылка в новой задаче