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

Unified Diff: ui/base/ui_features.gni

Issue 2510193002: Move use_xkbcommon from build to ui/base (Closed)
Patch Set: Typo Created 4 years, 1 month 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 | « ui/base/BUILD.gn ('k') | ui/events/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ui_features.gni
diff --git a/ui/base/ui_features.gni b/ui/base/ui_features.gni
index 724c4d4496852f1e480b97542f86ea35dc4a162e..cbcba6bce0208c38288436afcf5c993c0e159460 100644
--- a/ui/base/ui_features.gni
+++ b/ui/base/ui_features.gni
@@ -2,4 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+declare_args() {
+ # Optional system library.
+ use_xkbcommon = false
+}
+
enable_hidpi = is_mac || is_win || is_linux
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/events/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698