| Index: google_apis/gcm/BUILD.gn
|
| diff --git a/google_apis/gcm/BUILD.gn b/google_apis/gcm/BUILD.gn
|
| index 1d36bc7dadd60a2609428d930f9b451cb9971b9a..f41c4a3c9705913aa9b79cbe7de2890809af5cf3 100644
|
| --- a/google_apis/gcm/BUILD.gn
|
| +++ b/google_apis/gcm/BUILD.gn
|
| @@ -122,6 +122,15 @@ executable("mcs_probe") {
|
| ]
|
| }
|
|
|
| +# 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",
|
|
|