| Index: mojo/BUILD.gn
|
| diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
|
| index e5e15a3c69222495c2fcca6e840353bbc9942c3c..2fdc9920a48004ba8b2c8db6c7de3773c93245c1 100644
|
| --- a/mojo/BUILD.gn
|
| +++ b/mojo/BUILD.gn
|
| @@ -43,10 +43,10 @@ group("tests") {
|
| "//mojo/edk/test:mojo_public_system_unittests",
|
| "//mojo/edk/test:mojo_public_utility_unittests",
|
| "//mojo/services/network:apptests",
|
| - "//mojo/shell:apptests",
|
| - "//mojo/shell:mojo_shell_unittests",
|
| "//mojo/shell/public/cpp/tests:mojo_public_application_unittests",
|
| "//mojo/shell/runner/host:mojo_runner_host_unittests",
|
| + "//mojo/shell/tests:apptests",
|
| + "//mojo/shell/tests:mojo_shell_unittests",
|
| ]
|
|
|
| if (is_android) {
|
|
|