Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1864)

Unified Diff: build/config/ui.gni

Issue 2248043002: gn: Stop making |use_atk| depend on |use_gconf|. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698