| 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) {
|
|
|