| Index: mojo/BUILD.gn
|
| diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
|
| index 3c1431b0cd9ad6048e6dbbcb5c929714a120c696..4ca9954521419f35883873457868c57b6ebfac2e 100644
|
| --- a/mojo/BUILD.gn
|
| +++ b/mojo/BUILD.gn
|
| @@ -84,10 +84,11 @@ group("tests") {
|
|
|
| if (!is_component_build) {
|
| deps += [
|
| + "//mojo/package_manager:unittests",
|
| "//mojo/runner:apptests",
|
| - "//mojo/runner:mojo_runner_unittests",
|
| + "//mojo/runner:unittests",
|
| "//mojo/services/network:apptests",
|
| - "//mojo/shell:mojo_shell_unittests",
|
| + "//mojo/shell:unittests",
|
| ]
|
|
|
| if (is_android) {
|
|
|