| Index: examples/wget/BUILD.gn
|
| diff --git a/examples/wget/BUILD.gn b/examples/wget/BUILD.gn
|
| index 2fbc086bdfb005f96beeb9c8451e282458497631..af6aa4cca349d97a58ad9299044f6cc277dd81e7 100644
|
| --- a/examples/wget/BUILD.gn
|
| +++ b/examples/wget/BUILD.gn
|
| @@ -2,7 +2,9 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -shared_library("wget") {
|
| +import("//mojo/public/mojo_application.gni")
|
| +
|
| +mojo_binary_application("wget") {
|
| deps = [
|
| "//mojo/public/c/system:for_shared_library",
|
| "//mojo/public/cpp/application:standalone",
|
|
|