Index: services/ui/input_manager/BUILD.gn |
diff --git a/services/ui/input_manager/BUILD.gn b/services/ui/input_manager/BUILD.gn |
index a9bc0f81ce589972eb163a77b4e6ed7a6d5e70c2..22c7f9cd9d480d9b01142de07fab851648055b9c 100644 |
--- a/services/ui/input_manager/BUILD.gn |
+++ b/services/ui/input_manager/BUILD.gn |
@@ -18,6 +18,8 @@ mojo_native_application("input_manager") { |
] |
} |
+# Library that allows the service code to be included directly into the |
+# embedding shell. Used by https://manganese.googlesource.com/. |
source_set("lib") { |
sources = [ |
"input_associate.cc", |