| Index: examples/wget/BUILD.gn
|
| diff --git a/examples/wget/BUILD.gn b/examples/wget/BUILD.gn
|
| index 2fbc086bdfb005f96beeb9c8451e282458497631..cde83e071bc6459eb42ffb07481941e8003ea0fc 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_native_application("wget") {
|
| deps = [
|
| "//mojo/public/c/system:for_shared_library",
|
| "//mojo/public/cpp/application:standalone",
|
|
|