Index: services/ui/launcher/BUILD.gn |
diff --git a/services/ui/launcher/BUILD.gn b/services/ui/launcher/BUILD.gn |
index 3ea007b7e93685fa29c38fa478a9962717ed6564..e3ad506304d2ed002e09c1a3b4401d060057bcd6 100644 |
--- a/services/ui/launcher/BUILD.gn |
+++ b/services/ui/launcher/BUILD.gn |
@@ -17,6 +17,8 @@ mojo_native_application("launcher") { |
] |
} |
+# Library that allows to include the service code directly into the embedding |
+# shell. Used by https://manganese.googlesource.com/. |
source_set("lib") { |
sources = [ |
"launch_instance.cc", |