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..6a8c04dd3af0af0ceb1a1bb9ab1bfb89ced30b49 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 to include the service code directly into the embedding |
+# shell. Used by https://manganese.googlesource.com/. |
source_set("lib") { |
sources = [ |
"input_associate.cc", |