Index: build/config/ui.gni |
diff --git a/build/config/ui.gni b/build/config/ui.gni |
index 849b72082f7a6d0b76f76499f064166ed5e0755e..1212ad2cc8b495e46e781ebe0ef784a735645a32 100644 |
--- a/build/config/ui.gni |
+++ b/build/config/ui.gni |
@@ -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 |