| Index: examples/recursive_content_handler/BUILD.gn
|
| diff --git a/examples/recursive_content_handler/BUILD.gn b/examples/recursive_content_handler/BUILD.gn
|
| index d3c5d3a138435d97382a6ac7df435374f2ed4229..910cf9304452f60dbe17517d7b3cf637227fa353 100644
|
| --- a/examples/recursive_content_handler/BUILD.gn
|
| +++ b/examples/recursive_content_handler/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("recursive_content_handler") {
|
| +import("//mojo/public/mojo_application.gni")
|
| +
|
| +mojo_binary_application("recursive_content_handler") {
|
| sources = [
|
| "recursive_content_handler.cc"
|
| ]
|
|
|