| Index: third_party/mojo/src/mojo/edk/test/BUILD.gn
|
| diff --git a/third_party/mojo/src/mojo/edk/test/BUILD.gn b/third_party/mojo/src/mojo/edk/test/BUILD.gn
|
| index 87357082cde3f15729f71f45f979f8a5fd898428..6f460bc0d68aeb2868291ae13054304d63e92751 100644
|
| --- a/third_party/mojo/src/mojo/edk/test/BUILD.gn
|
| +++ b/third_party/mojo/src/mojo/edk/test/BUILD.gn
|
| @@ -84,7 +84,6 @@ mojo_edk_source_set("test_support_impl") {
|
| group("public_tests") {
|
| testonly = true
|
| deps = [
|
| - ":mojo_public_application_unittests",
|
| ":mojo_public_bindings_unittests",
|
| ":mojo_public_environment_unittests",
|
| ":mojo_public_system_perftests",
|
| @@ -94,13 +93,6 @@ group("public_tests") {
|
| ]
|
| }
|
|
|
| -test("mojo_public_application_unittests") {
|
| - deps = [
|
| - ":run_all_unittests",
|
| - "../../public/cpp/application/tests",
|
| - ]
|
| -}
|
| -
|
| test("mojo_public_bindings_unittests") {
|
| deps = [
|
| ":run_all_unittests",
|
|
|