| Index: google_apis/gcm/BUILD.gn
|
| diff --git a/google_apis/gcm/BUILD.gn b/google_apis/gcm/BUILD.gn
|
| index f63aefb392669ead8ac476b7d7253631a1d31610..30ab4a6b738ac8e6d0ed42f72faa356d7df08d1a 100644
|
| --- a/google_apis/gcm/BUILD.gn
|
| +++ b/google_apis/gcm/BUILD.gn
|
| @@ -123,6 +123,15 @@
|
| ]
|
| }
|
|
|
| +# TODO(GYP): Delete this after we've converted everything to GN.
|
| +# The _run targets exist only for compatibility w/ GYP.
|
| +group("gcm_unit_tests_run") {
|
| + testonly = true
|
| + deps = [
|
| + ":gcm_unit_tests",
|
| + ]
|
| +}
|
| +
|
| test("gcm_unit_tests") {
|
| sources = [
|
| "base/mcs_message_unittest.cc",
|
|
|