| Index: mojo/examples/echo/BUILD.gn
|
| diff --git a/mojo/examples/echo/BUILD.gn b/mojo/examples/echo/BUILD.gn
|
| index b78a4e86fc812adc06523652181bac05cb845dba..6c390c9d98579fe50bd9125a599f32dbddcbc618 100644
|
| --- a/mojo/examples/echo/BUILD.gn
|
| +++ b/mojo/examples/echo/BUILD.gn
|
| @@ -12,7 +12,7 @@ group("echo") {
|
| }
|
|
|
| shared_library("client") {
|
| - output_name = "echo_client"
|
| + output_name = "mojo_echo_client"
|
|
|
| deps = [
|
| ":bindings",
|
| @@ -26,7 +26,7 @@ shared_library("client") {
|
| }
|
|
|
| shared_library("service") {
|
| - output_name = "echo_service"
|
| + output_name = "mojo_echo_service"
|
|
|
| deps = [
|
| ":bindings",
|
|
|