| Index: mojo/common/BUILD.gn
|
| diff --git a/mojo/common/BUILD.gn b/mojo/common/BUILD.gn
|
| index 15487985c934c6d4e9783d73ac9fbc61e7465eb6..99f0ba52632b4bc90c05e7dfb8b4022b77e4df08 100644
|
| --- a/mojo/common/BUILD.gn
|
| +++ b/mojo/common/BUILD.gn
|
| @@ -61,6 +61,15 @@ source_set("url_type_converters") {
|
| ]
|
| }
|
|
|
| +# TODO(GYP): Delete this after we've converted everything to GN.
|
| +# The _run targets exist only for compatibility w/ GYP.
|
| +group("mojo_common_unittests_run") {
|
| + testonly = true
|
| + deps = [
|
| + ":mojo_common_unittests",
|
| + ]
|
| +}
|
| +
|
| # GYP version: mojo/mojo_base.gyp:mojo_common_unittests
|
| test("mojo_common_unittests") {
|
| deps = [
|
|
|