| Index: mojo/public/BUILD.gn
|
| diff --git a/mojo/public/BUILD.gn b/mojo/public/BUILD.gn
|
| index 89fab8d7144d4eac0fbf8d08d434e7c1811e8f0b..6d8077b7035efe6f49e9bcfb52732451c3c06113 100644
|
| --- a/mojo/public/BUILD.gn
|
| +++ b/mojo/public/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.gni")
|
| +
|
| group("public") {
|
| # Meta-target, don't link into production code.
|
| testonly = true
|
| @@ -22,6 +24,12 @@ group("public") {
|
| ]
|
| }
|
|
|
| + if (mojo_use_dart) {
|
| + deps += [
|
| + "//mojo/public/dart",
|
| + ]
|
| + }
|
| +
|
| if (is_android) {
|
| deps += [
|
| "//mojo/public/java:system",
|
| @@ -38,7 +46,7 @@ group("sdk") {
|
| "//mojo/public/cpp/environment:standalone",
|
| "//mojo/public/cpp/utility",
|
| "//mojo/public/interfaces/application",
|
| - "//mojo/public/js/bindings",
|
| + "//mojo/public/js",
|
| ]
|
| }
|
|
|
|
|