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

Unified Diff: components/exo/wayland/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 | « build/config/ui.gni ('k') | components/exo/wayland/server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/wayland/BUILD.gn
diff --git a/components/exo/wayland/BUILD.gn b/components/exo/wayland/BUILD.gn
index 0b4085d5aa70d6d0550eddaf1512dc17263166d5..40a1e499b98a65b94a06a970e59ec6694a0557e8 100644
--- a/components/exo/wayland/BUILD.gn
+++ b/components/exo/wayland/BUILD.gn
@@ -4,6 +4,7 @@
import("//build/config/linux/pkg_config.gni")
import("//build/config/ui.gni")
+import("//ui/base/ui_features.gni")
import("//ui/ozone/ozone.gni")
if (use_xkbcommon) {
@@ -34,7 +35,7 @@ source_set("wayland") {
"//base",
"//components/exo",
"//device/gamepad",
- "//ipc:ipc",
+ "//ipc",
"//skia",
"//third_party/wayland:wayland_server",
"//third_party/wayland-protocols:alpha_compositing_protocol",
@@ -45,7 +46,8 @@ source_set("wayland") {
"//third_party/wayland-protocols:viewporter_protocol",
"//third_party/wayland-protocols:vsync_feedback_protocol",
"//third_party/wayland-protocols:xdg_shell_protocol",
- "//ui/aura:aura",
+ "//ui/aura",
+ "//ui/base",
"//ui/events:dom_keycode_converter",
"//ui/events:events_base",
"//ui/views",
@@ -61,7 +63,6 @@ source_set("wayland") {
if (use_xkbcommon) {
configs += [ ":xkbcommon" ]
- defines += [ "USE_XKBCOMMON" ]
deps += [ "//ui/events/keycodes:xkb" ]
}
}
« no previous file with comments | « build/config/ui.gni ('k') | components/exo/wayland/server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698