Chromium Code Reviews| Index: mojo/BUILD.gn |
| diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn |
| index 998e658692e0ba44c0959b610a8b17645b6263bc..d4c3c9ee3bf63fbb8c368a5a0fa0888af479c5fb 100644 |
| --- a/mojo/BUILD.gn |
| +++ b/mojo/BUILD.gn |
| @@ -88,6 +88,12 @@ group("tests") { |
| "//services/js:js_services_unittests", |
| ] |
| + if (is_android) { |
| + deps += [ |
| + "//mojo/edk/system:mojo_system_unittests_apk", |
| + ] |
| + } |
| + |
| if (use_aura) { |
| deps += [ |
| "//mojo/services/public/cpp/view_manager/tests:mojo_view_manager_lib_unittests", |