Chromium Code Reviews| Index: mojo/examples/nesting_app/BUILD.gn |
| diff --git a/mojo/examples/nesting_app/BUILD.gn b/mojo/examples/nesting_app/BUILD.gn |
| index d7771dd0ff58fb07de31d94da9d5fd5a455e558c..00435170a9fee64d7d75ef911e176071e47396c8 100644 |
| --- a/mojo/examples/nesting_app/BUILD.gn |
| +++ b/mojo/examples/nesting_app/BUILD.gn |
| @@ -3,6 +3,8 @@ |
| # found in the LICENSE file. |
| shared_library("nesting_app") { |
| + output_name = "mojo_nesting_app" |
| + |
| sources = [ |
| "nesting_app.cc" |
| ] |