| Index: mojo/apps/js/BUILD.gn
|
| diff --git a/mojo/apps/js/BUILD.gn b/mojo/apps/js/BUILD.gn
|
| index 16332d93ee493a54241d355bae68bdc2f2659b79..6eb1b2f631ee93fa5641655bb1256d5fd21aacd2 100644
|
| --- a/mojo/apps/js/BUILD.gn
|
| +++ b/mojo/apps/js/BUILD.gn
|
| @@ -2,6 +2,18 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +import("//mojo/system.gni")
|
| +
|
| +shared_library("mojo_js") {
|
| + sources = [
|
| + "main.cc"
|
| + ]
|
| +
|
| + deps = [
|
| + ":js",
|
| + ] + mojo_system_for_shared_library
|
| +}
|
| +
|
| # GYP version: part of mojo/mojo_apps.gypi:mojo_js_lib
|
| source_set("js") {
|
| deps = [
|
|
|