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