| Index: google_apis/gcm/BUILD.gn
|
| diff --git a/google_apis/gcm/BUILD.gn b/google_apis/gcm/BUILD.gn
|
| index d8542fe5ff03ca2d87ed7dfcb770038230437ac4..9d140f30398019dd7605f7063223d82d43681b05 100644
|
| --- a/google_apis/gcm/BUILD.gn
|
| +++ b/google_apis/gcm/BUILD.gn
|
| @@ -64,6 +64,10 @@ proto_library("proto") {
|
| "protocol/checkin.proto",
|
| "protocol/mcs.proto",
|
| ]
|
| +
|
| + cc_generator_options = "dllexport_decl=GCM_EXPORT:"
|
| + cc_include = "google_apis/gcm/base/gcm_export.h"
|
| + defines = [ "GCM_IMPLEMENTATION" ]
|
| }
|
|
|
| static_library("test_support") {
|
|
|