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

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

Issue 2481713002: Revert of exo: Add drm support to motion_events. (Closed)
Patch Set: 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 0b4085d5aa70d6d0550eddaf1512dc17263166d5..120f6a1aa68c8b77f0c087dc0e733e342359149d 100644
--- a/components/exo/wayland/BUILD.gn
+++ b/components/exo/wayland/BUILD.gn
@@ -4,7 +4,6 @@
import("//build/config/linux/pkg_config.gni")
import("//build/config/ui.gni")
-import("//ui/ozone/ozone.gni")
if (use_xkbcommon) {
pkg_config("xkbcommon") {
@@ -91,18 +90,5 @@
"//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