| Index: mojo/examples/content_handler_demo/BUILD.gn
|
| diff --git a/mojo/examples/content_handler_demo/BUILD.gn b/mojo/examples/content_handler_demo/BUILD.gn
|
| index b8b8700fe3e96d094e22e73b754a33b512414a98..d7a036bd0e5daab0423cff31faba2274ab00592f 100644
|
| --- a/mojo/examples/content_handler_demo/BUILD.gn
|
| +++ b/mojo/examples/content_handler_demo/BUILD.gn
|
| @@ -3,6 +3,8 @@
|
| # found in the LICENSE file.
|
|
|
| shared_library("content_handler_demo") {
|
| + output_name = "mojo_content_handler_demo"
|
| +
|
| sources = [
|
| "content_handler_demo.cc"
|
| ]
|
|
|