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

Unified Diff: ui/events/devices/mojo/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: Fixes for comments. 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: ui/events/devices/mojo/BUILD.gn
diff --git a/components/password_manager/content/public/interfaces/BUILD.gn b/ui/events/devices/mojo/BUILD.gn
similarity index 74%
copy from components/password_manager/content/public/interfaces/BUILD.gn
copy to ui/events/devices/mojo/BUILD.gn
index e032e8afb07a40e3e12b70a123f24b262d863f71..396687acca027e6a0c0ffef13647d1bd9cc88008 100644
--- a/components/password_manager/content/public/interfaces/BUILD.gn
+++ b/ui/events/devices/mojo/BUILD.gn
@@ -4,12 +4,12 @@
import("//mojo/public/tools/bindings/mojom.gni")
-mojom("interfaces") {
+mojom("mojo") {
sources = [
- "credential_manager.mojom",
+ "input_devices.mojom",
]
public_deps = [
- "//url/mojo:url_mojom_origin",
+ "//ui/gfx/geometry/mojo",
]
}

Powered by Google App Engine
This is Rietveld 408576698