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

Unified Diff: components/exo/wayland/BUILD.gn

Issue 2925353002: Implement sync of keyboard layout between Ozone and Wayland clients (Closed)
Patch Set: Fix -Wall build failure Created 3 years, 6 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
Index: components/exo/wayland/BUILD.gn
diff --git a/components/exo/wayland/BUILD.gn b/components/exo/wayland/BUILD.gn
index e93a23483d7f88b95be90771b274247011393878..55aae922fe866bd9f2ee728d8834b771ca68ff13 100644
--- a/components/exo/wayland/BUILD.gn
+++ b/components/exo/wayland/BUILD.gn
@@ -63,6 +63,10 @@ source_set("wayland") {
"//third_party/wayland-protocols:linux_dmabuf_protocol",
]
configs += [ ":libdrm" ]
+
+ if (is_chromeos) {
+ deps += [ "//ui/events/ozone:events_ozone_layout" ]
+ }
}
if (use_xkbcommon) {

Powered by Google App Engine
This is Rietveld 408576698