diff options
Diffstat (limited to 'google_apis/gcm/BUILD.gn')
-rw-r--r-- | google_apis/gcm/BUILD.gn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/google_apis/gcm/BUILD.gn b/google_apis/gcm/BUILD.gn index d8542fe..9d140f3 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") { |