Index: mojo/BUILD.gn |
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn |
index da17324bd8fb1ef2acd909048f501294c2b0d835..3a804e7a1e0cb40584b68ce773edeb9abdcafe4f 100644 |
--- a/mojo/BUILD.gn |
+++ b/mojo/BUILD.gn |
@@ -4,9 +4,12 @@ |
group("mojo") { |
deps = [ |
- "//mojo/public/cpp/bindings", |
- "//mojo/public/interfaces/bindings/tests:test_interfaces", |
- "//mojo/public/interfaces/service_provider:service_provider", |
- "//mojo/public/js/bindings", |
+ "//mojo/public", |
] |
+ |
+ if (is_android) { |
+ deps += [ |
+ "//mojo/bindings/java", |
+ ] |
+ } |
} |