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

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: 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/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 fe65d7d19735568070fee21df3eff6c210f46cfc..c346db21a8fd44b204b374b3998f93326368d0df 100644
--- a/ui/events/devices/mojo/BUILD.gn
+++ b/ui/ozone/public/interfaces/BUILD.gn
@@ -4,22 +4,20 @@
import("//mojo/public/tools/bindings/mojom.gni")
-mojom("mojo") {
+mojom("interfaces") {
sources = [
- "input_devices.mojom",
+ "cursor.mojom",
]
- public_deps = [
- "//ui/gfx/geometry/mojo",
- ]
-}
-
-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",
]
}

Powered by Google App Engine
This is Rietveld 408576698