Chromium Code Reviews| Index: mojo/BUILD.gn |
| diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn |
| index da17324bd8fb1ef2acd909048f501294c2b0d835..80e75c2328c927ea8010eeaac19f68fdfc32da7f 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:mojo_public", |
|
yzshen1
2014/07/15 20:59:59
Maybe we could consider naming the target "public"
Chris Masone
2014/07/15 21:11:06
Done.
|
| ] |
| + |
| + if (is_android) { |
| + deps += [ |
| + "//mojo/bindings/java", |
| + ] |
| + } |
| } |