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

Unified Diff: ui/ozone/platform/drm/BUILD.gn

Issue 2156093004: Use mojo for cursor control in ozone drm (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more proof-reading Created 4 years, 5 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: ui/ozone/platform/drm/BUILD.gn
diff --git a/ui/ozone/platform/drm/BUILD.gn b/ui/ozone/platform/drm/BUILD.gn
index af0da5720a2d7d662de0ca9bf73ad3612bfe4438..0bc5b8408a70af42f742dcab1607e72df3ee785b 100644
--- a/ui/ozone/platform/drm/BUILD.gn
+++ b/ui/ozone/platform/drm/BUILD.gn
@@ -31,6 +31,8 @@ source_set("gbm") {
"common/drm_util.h",
"common/scoped_drm_types.cc",
"common/scoped_drm_types.h",
+ "cursor_proxy_mojo.cc",
+ "cursor_proxy_mojo.h",
"gpu/crtc_controller.cc",
"gpu/crtc_controller.h",
"gpu/drm_buffer.cc",
@@ -123,6 +125,8 @@ source_set("gbm") {
deps = [
"//base",
"//ipc",
+ "//mojo/common:common_base",
+ "//services/shell/public/cpp:sources",
"//skia",
"//third_party/minigbm",
"//ui/base",
@@ -139,6 +143,7 @@ source_set("gbm") {
"//ui/gfx/geometry",
"//ui/ozone:ozone_base",
"//ui/ozone/common",
+ "//ui/ozone/public/interfaces",
"//ui/platform_window",
]

Powered by Google App Engine
This is Rietveld 408576698