| Index: ui/events/mojo/BUILD.gn
|
| diff --git a/ui/events/mojo/BUILD.gn b/ui/events/mojo/BUILD.gn
|
| index c56359f79e2391664bc85989829c4a9705368d5a..7179c8f18d8f80846dc3bf17a0e0ca5767bc653c 100644
|
| --- a/ui/events/mojo/BUILD.gn
|
| +++ b/ui/events/mojo/BUILD.gn
|
| @@ -6,6 +6,9 @@ import("//mojo/public/tools/bindings/mojom.gni")
|
|
|
| mojom("interfaces") {
|
| sources = [
|
| + "event.mojom",
|
| + "event_constants.mojom",
|
| + "keyboard_codes.mojom",
|
| "latency_info.mojom",
|
| ]
|
|
|
| @@ -23,6 +26,5 @@ mojom("test_interfaces") {
|
|
|
| public_deps = [
|
| ":interfaces",
|
| - "//components/mus/public/interfaces",
|
| ]
|
| }
|
|
|