Chromium Code Reviews| Index: google_apis/gcm/BUILD.gn |
| diff --git a/google_apis/gcm/BUILD.gn b/google_apis/gcm/BUILD.gn |
| index 494c845933ed0ade7788c024f9e7df608631f1f6..335d41c705cf62248b665536d3f8f56368162dde 100644 |
| --- a/google_apis/gcm/BUILD.gn |
| +++ b/google_apis/gcm/BUILD.gn |
| @@ -85,7 +85,7 @@ proto_library("proto") { |
| defines = [ "GCM_IMPLEMENTATION" ] |
| } |
| -source_set("test_support") { |
| +static_library("test_support") { |
| testonly = true |
| sources = [ |
| "base/fake_encryptor.cc", |