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

Unified Diff: build/config/ui.gni

Issue 2185163003: make use of existing gn args in ui build config (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: typo fixup Created 4 years, 5 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 | chrome/browser/ui/BUILD.gn » ('j') | 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 279d63bed6cc8004009fe6476a3ab38a404d94a1..77d98df4fb65f5a930f1aba291e82c800847cef8 100644
--- a/build/config/ui.gni
+++ b/build/config/ui.gni
@@ -15,6 +15,7 @@
# to set up feature flags.
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
@@ -83,7 +84,7 @@ if (is_linux && !use_ozone) {
}
# Whether to use atk, the Accessibility ToolKit library
-use_atk = is_desktop_linux && use_x11
+use_atk = is_desktop_linux && use_x11 && use_gconf
use_clipboard_aurax11 =
(is_desktop_linux && use_aura && use_x11) || enable_clipboard_aurax11
« no previous file with comments | « no previous file | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698