Index: mojo/BUILD.gn |
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn |
index 34bf4e4d812323556d0b5b5d95254140dff571cb..5bcbc9573d99443c9feee6e20768ce248324c576 100644 |
--- a/mojo/BUILD.gn |
+++ b/mojo/BUILD.gn |
@@ -26,12 +26,12 @@ group("mojo") { |
group("tests") { |
testonly = true |
deps = [ |
+ "//mojo/application/public/cpp/tests:mojo_public_application_unittests", |
"//mojo/common:mojo_common_unittests", |
"//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests", |
"//third_party/mojo/src/mojo/edk/js/test:js_unittests", |
"//third_party/mojo/src/mojo/edk/system:mojo_message_pipe_perftests", |
"//third_party/mojo/src/mojo/edk/system:mojo_system_unittests", |
- "//third_party/mojo/src/mojo/edk/test:mojo_public_application_unittests", |
"//third_party/mojo/src/mojo/edk/test:mojo_public_bindings_unittests", |
"//third_party/mojo/src/mojo/edk/test:mojo_public_environment_unittests", |
"//third_party/mojo/src/mojo/edk/test:mojo_public_system_perftests", |