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

Unified Diff: ui/base/BUILD.gn

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 | « components/exo/wayland/server.cc ('k') | ui/base/ui_features.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 04909bb8966cf12e9137cc339d8ca2278bb50596..3383ca82f4c8133a18228fdae4360baf50967696 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -49,7 +49,10 @@ component("ui_data_pack") {
buildflag_header("ui_features") {
header = "ui_features.h"
- flags = [ "ENABLE_HIDPI=$enable_hidpi" ]
+ flags = [
+ "ENABLE_HIDPI=$enable_hidpi",
+ "USE_XKBCOMMON=$use_xkbcommon",
+ ]
}
component("base") {
« no previous file with comments | « components/exo/wayland/server.cc ('k') | ui/base/ui_features.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698