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

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: corrected small code oversight 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
« no previous file with comments | « ui/ozone/BUILD.gn ('k') | ui/ozone/platform/drm/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/drm/BUILD.gn
diff --git a/ui/ozone/platform/drm/BUILD.gn b/ui/ozone/platform/drm/BUILD.gn
index 2f45c1d2cb6bea7335d0d466e19a47ce557be9b3..e017d93d5eb57358fe892e874f95cd216599072b 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",
@@ -125,6 +127,8 @@ source_set("gbm") {
deps = [
"//base",
"//ipc",
+ "//mojo/common:common_base",
+ "//services/shell/public/cpp:sources",
"//skia",
"//third_party/minigbm",
"//ui/base",
@@ -143,6 +147,7 @@ source_set("gbm") {
"//ui/ozone:ozone_base",
"//ui/ozone/common",
"//ui/ozone/gl",
+ "//ui/ozone/public/interfaces",
"//ui/platform_window",
]
« no previous file with comments | « ui/ozone/BUILD.gn ('k') | ui/ozone/platform/drm/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698