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 |