| 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 834d837ac2ae47e90d34abe27dec5389330da060..fa6f83603adedeb72726db9a76d3fc10c05a89d2 100644
|
| --- a/third_party/mojo/src/mojo/edk/test/BUILD.gn
|
| +++ b/third_party/mojo/src/mojo/edk/test/BUILD.gn
|
| @@ -89,7 +89,6 @@
|
| group("public_tests") {
|
| testonly = true
|
| deps = [
|
| - ":mojo_public_bindings_perftests",
|
| ":mojo_public_bindings_unittests",
|
| ":mojo_public_environment_unittests",
|
| ":mojo_public_system_perftests",
|
| @@ -116,13 +115,6 @@
|
| deps = [
|
| ":run_all_unittests",
|
| "../../public/cpp/bindings/tests",
|
| - ]
|
| -}
|
| -
|
| -test("mojo_public_bindings_perftests") {
|
| - deps = [
|
| - ":run_all_perftests",
|
| - "../../public/cpp/bindings/tests:perftests",
|
| ]
|
| }
|
|
|
|
|