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

Unified Diff: components/mus/public/interfaces/input_devices/BUILD.gn

Issue 1992443002: Add Mojo IPC based input-device service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup_ddm
Patch Set: Change namespace. Created 4 years, 6 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: components/mus/public/interfaces/input_devices/BUILD.gn
diff --git a/ui/events/devices/mojo/BUILD.gn b/components/mus/public/interfaces/input_devices/BUILD.gn
similarity index 73%
copy from ui/events/devices/mojo/BUILD.gn
copy to components/mus/public/interfaces/input_devices/BUILD.gn
index 396687acca027e6a0c0ffef13647d1bd9cc88008..f2de99d1ae1c5c0b36bd979d4abe278b5adb322b 100644
--- a/ui/events/devices/mojo/BUILD.gn
+++ b/components/mus/public/interfaces/input_devices/BUILD.gn
@@ -4,12 +4,12 @@
import("//mojo/public/tools/bindings/mojom.gni")
-mojom("mojo") {
+mojom("input_devices") {
sources = [
- "input_devices.mojom",
+ "input_device_server.mojom",
]
public_deps = [
- "//ui/gfx/geometry/mojo",
+ "//ui/events/devices/mojo",
]
}

Powered by Google App Engine
This is Rietveld 408576698