Index: mojo/BUILD.gn |
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn |
index 5bcbc9573d99443c9feee6e20768ce248324c576..b02fe9e5e93c5cbb8a782e548db7cd965447d9b5 100644 |
--- a/mojo/BUILD.gn |
+++ b/mojo/BUILD.gn |
@@ -42,9 +42,9 @@ group("tests") { |
if (!is_component_build) { |
deps += [ |
"//mojo/runner:apptests", |
- "//mojo/runner:tests", |
+ "//mojo/runner:mojo_runner_unittests", |
"//mojo/services/network:apptests", |
- "//mojo/shell:tests", |
+ "//mojo/shell:mojo_shell_unittests", |
] |
} |
} |