| Index: examples/nesting_app/BUILD.gn
|
| diff --git a/examples/nesting_app/BUILD.gn b/examples/nesting_app/BUILD.gn
|
| index a53935105d7867b9316b8d7eb963124dc553fcbd..96ed1962eb2abd8a91bce4edf15d0baff9980454 100644
|
| --- a/examples/nesting_app/BUILD.gn
|
| +++ b/examples/nesting_app/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("nesting_app") {
|
| +import("//mojo/public/mojo_application.gni")
|
| +
|
| +mojo_native_application("nesting_app") {
|
| sources = [
|
| "nesting_app.cc"
|
| ]
|
|
|