| Index: mojo/BUILD.gn
|
| diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
|
| index 518116344ff85998b494620e19815bc8de3fa1a5..8e7062707ff9a2801e1f013814f7e67974330ebf 100644
|
| --- a/mojo/BUILD.gn
|
| +++ b/mojo/BUILD.gn
|
| @@ -23,6 +23,24 @@ group("mojo") {
|
| }
|
| }
|
|
|
| +# TODO(GYP): Delete this after we've converted everything to GN.
|
| +# The _run targets exist only for compatibility w/ GYP.
|
| +group("mojo_public_bindings_unittests_run") {
|
| + testonly = true
|
| + deps = [
|
| + "//third_party/mojo/src/mojo/edk/test:mojo_public_bindings_unittests",
|
| + ]
|
| +}
|
| +
|
| +# TODO(GYP): Delete this after we've converted everything to GN.
|
| +# The _run targets exist only for compatibility w/ GYP.
|
| +group("mojo_public_environment_unittests_run") {
|
| + testonly = true
|
| + deps = [
|
| + "//third_party/mojo/src/mojo/edk/test:mojo_public_environment_unittests",
|
| + ]
|
| +}
|
| +
|
| group("tests") {
|
| testonly = true
|
| deps = [
|
|
|