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

Unified Diff: ui/ozone/public/interfaces/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/platform/drm/ozone_platform_gbm.cc ('k') | ui/ozone/public/interfaces/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/public/interfaces/BUILD.gn
diff --git a/ui/events/devices/mojo/BUILD.gn b/ui/ozone/public/interfaces/BUILD.gn
similarity index 55%
copy from ui/events/devices/mojo/BUILD.gn
copy to ui/ozone/public/interfaces/BUILD.gn
index ae95c9dd75606f7fb4b0a4f229bcba0517e20edc..37828491d3a6f429f36003bcfe59cc8c855ca0f7 100644
--- a/ui/events/devices/mojo/BUILD.gn
+++ b/ui/ozone/public/interfaces/BUILD.gn
@@ -4,26 +4,20 @@
import("//mojo/public/tools/bindings/mojom.gni")
-mojom("mojo") {
+mojom("interfaces") {
sources = [
- "input_devices.mojom",
+ "device_cursor.mojom",
]
- public_deps = [
- "//ui/gfx/geometry/mojo",
- ]
-
- use_new_wrapper_types = false
-}
-
-mojom("test_interfaces") {
- sources = [
- "device_struct_traits_test.mojom",
+ import_dirs = [
+ get_path_info("../../../..", "abspath"),
+ "//mojo/services",
]
public_deps = [
- ":mojo",
+ "//skia/public/interfaces:interfaces",
+ "//skia/public/interfaces:mojo",
+ "//ui/gfx/geometry/mojo",
+ "//ui/gfx/mojo",
]
-
- use_new_wrapper_types = false
}
« no previous file with comments | « ui/ozone/platform/drm/ozone_platform_gbm.cc ('k') | ui/ozone/public/interfaces/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698