Index: mojo/services/public/interfaces/input_events/BUILD.gn |
diff --git a/mojo/services/public/interfaces/input_events/BUILD.gn b/mojo/services/public/interfaces/input_events/BUILD.gn |
index ac1c94c1de764d645bc43b34dd8a69cff7ec7259..6c179c617561583b59e07e62cad4864132796d73 100644 |
--- a/mojo/services/public/interfaces/input_events/BUILD.gn |
+++ b/mojo/services/public/interfaces/input_events/BUILD.gn |
@@ -8,6 +8,8 @@ import("//mojo/public/tools/bindings/mojom.gni") |
mojom("input_events") { |
sources = [ |
"input_events.mojom", |
+ "input_event_constants.mojom", |
+ "input_key_codes.mojom", |
] |
deps = [ |