Index: components/mus/public/interfaces/input_devices/BUILD.gn |
diff --git a/components/password_manager/content/public/interfaces/BUILD.gn b/components/mus/public/interfaces/input_devices/BUILD.gn |
similarity index 74% |
copy from components/password_manager/content/public/interfaces/BUILD.gn |
copy to components/mus/public/interfaces/input_devices/BUILD.gn |
index e032e8afb07a40e3e12b70a123f24b262d863f71..4be7eec9ef9dd25658c1e6ae870a381de6febfe0 100644 |
--- a/components/password_manager/content/public/interfaces/BUILD.gn |
+++ b/components/mus/public/interfaces/input_devices/BUILD.gn |
@@ -4,12 +4,12 @@ |
import("//mojo/public/tools/bindings/mojom.gni") |
-mojom("interfaces") { |
+mojom("input_devices") { |
sources = [ |
- "credential_manager.mojom", |
+ "input_devices.mojom", |
] |
public_deps = [ |
- "//url/mojo:url_mojom_origin", |
+ "//ui/gfx/geometry/mojo", |
] |
} |