| Index: mojo/apps/js/BUILD.gn
|
| diff --git a/mojo/apps/js/BUILD.gn b/mojo/apps/js/BUILD.gn
|
| index fe0b8b4d680145a71d1cb186a49e820256d0eca6..b5b91d6ac223b3ac74aea78786331f7e270e6783 100644
|
| --- a/mojo/apps/js/BUILD.gn
|
| +++ b/mojo/apps/js/BUILD.gn
|
| @@ -2,6 +2,8 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +import("//mojo/public/mojo_application.gni")
|
| +
|
| group("js") {
|
| # Meta-target, don't link into production code.
|
| testonly = true
|
| @@ -45,7 +47,7 @@ source_set("js_apps") {
|
| ]
|
| }
|
|
|
| -shared_library("js_content_handler") {
|
| +mojo_binary_application("js_content_handler") {
|
| sources = [
|
| "content_handler_main.cc",
|
| ]
|
|
|