| Index: google_apis/gcm/BUILD.gn
|
| diff --git a/google_apis/gcm/BUILD.gn b/google_apis/gcm/BUILD.gn
|
| index 491332436d845aa7a20b192555a9166e8f7cb51c..04221b1fde9359afd0655a3b588c4255b5d55985 100644
|
| --- a/google_apis/gcm/BUILD.gn
|
| +++ b/google_apis/gcm/BUILD.gn
|
| @@ -67,6 +67,7 @@ proto_library("proto") {
|
| }
|
|
|
| static_library("test_support") {
|
| + testonly = true
|
| sources = [
|
| "base/fake_encryptor.cc",
|
| "base/fake_encryptor.h",
|
| @@ -89,6 +90,7 @@ static_library("test_support") {
|
|
|
| # A standalone MCS (mobile connection server) client.
|
| executable("mcs_probe") {
|
| + testonly = true
|
| sources = [
|
| "tools/mcs_probe.cc",
|
| ]
|
|
|