Chromium Code Reviews| Index: mojo/examples/wget/BUILD.gn |
| diff --git a/mojo/examples/wget/BUILD.gn b/mojo/examples/wget/BUILD.gn |
| index 2fbc086bdfb005f96beeb9c8451e282458497631..e9eaf8b7b7efbb3fe382cfb4a51d68b15742bef7 100644 |
| --- a/mojo/examples/wget/BUILD.gn |
| +++ b/mojo/examples/wget/BUILD.gn |
| @@ -3,6 +3,8 @@ |
| # found in the LICENSE file. |
| shared_library("wget") { |
| + output_name = "mojo_wget" |
| + |
| deps = [ |
| "//mojo/public/c/system:for_shared_library", |
| "//mojo/public/cpp/application:standalone", |