Chromium Code Reviews| Index: mojo/examples/http_server/BUILD.gn |
| diff --git a/mojo/examples/http_server/BUILD.gn b/mojo/examples/http_server/BUILD.gn |
| index 27dfd7e06161ccb21d20613258a229cc01c7ae57..8388a84d252c525d832fd5baaae16e708d887788 100644 |
| --- a/mojo/examples/http_server/BUILD.gn |
| +++ b/mojo/examples/http_server/BUILD.gn |
| @@ -3,6 +3,8 @@ |
| # found in the LICENSE file. |
| shared_library("http_server") { |
| + output_name = "mojo_http_server" |
| + |
| sources = [ |
| "http_server.cc", |
| ] |