Index: mojo/BUILD.gn |
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn |
index 3c8dabf5be1a1fe7c0697b6f430aaadfec6beb3e..8c777d0dbca842d364cce42ed538f6e8a2c0d52d 100644 |
--- a/mojo/BUILD.gn |
+++ b/mojo/BUILD.gn |
@@ -27,11 +27,11 @@ group("tests") { |
"//mojo/edk/js/test:js_unittests", |
"//mojo/edk/system:mojo_message_pipe_perftests", |
"//mojo/edk/system:mojo_system_unittests", |
- "//mojo/public/c/system/tests:perftests", |
- "//mojo/public/cpp/application/tests", |
- "//mojo/public/cpp/bindings/tests", |
- "//mojo/public/cpp/environment/tests", |
- "//mojo/public/cpp/system/tests:mojo_public_system_unittests", |
- "//mojo/public/cpp/utility/tests:mojo_public_utility_unittests", |
+ "//mojo/edk/test:mojo_public_application_unittests", |
+ "//mojo/edk/test:mojo_public_bindings_unittests", |
+ "//mojo/edk/test:mojo_public_environment_unittests", |
+ "//mojo/edk/test:mojo_public_system_perftests", |
+ "//mojo/edk/test:mojo_public_system_unittests", |
+ "//mojo/edk/test:mojo_public_utility_unittests", |
] |
} |