Index: mojo/examples/apptest/BUILD.gn |
diff --git a/mojo/examples/apptest/BUILD.gn b/mojo/examples/apptest/BUILD.gn |
index 9c1dc7e63e82374f24c5c7f2622a02f258f0bbd2..fd9651e1fc8f63b3725d537163b72ec002124445 100644 |
--- a/mojo/examples/apptest/BUILD.gn |
+++ b/mojo/examples/apptest/BUILD.gn |
@@ -14,7 +14,7 @@ group("apptest") { |
} |
shared_library("service") { |
- output_name = "example_service" |
+ output_name = "mojo_example_service" |
sources = [ |
"example_service_application.cc", |
@@ -32,7 +32,7 @@ shared_library("service") { |
} |
shared_library("apptests") { |
- output_name = "example_apptests" |
+ output_name = "mojo_example_apptests" |
testonly = true |