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

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

Issue 2477043002: exo: Add drm support to motion_events. (Closed)
Patch Set: Last round of nits. 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 | « no previous file | components/exo/wayland/clients/motion_events.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 120f6a1aa68c8b77f0c087dc0e733e342359149d..0b4085d5aa70d6d0550eddaf1512dc17263166d5 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/ozone/ozone.gni")
if (use_xkbcommon) {
pkg_config("xkbcommon") {
@@ -90,5 +91,18 @@ executable("wayland_motion_events") {
"//base",
"//skia",
"//third_party/wayland:wayland_client",
+ "//third_party/wayland-protocols:linux_dmabuf_protocol",
+ "//ui/gfx/geometry",
+ "//ui/gl",
+ "//ui/gl/init",
]
+
+ if (ozone_platform_gbm) {
+ configs += [
+ ":libdrm",
+ "//ui/gl:gl_config",
+ ]
+ defines = [ "OZONE_PLATFORM_GBM" ]
+ deps += [ "//third_party/minigbm" ]
+ }
}
« no previous file with comments | « no previous file | components/exo/wayland/clients/motion_events.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698