From 4263a746e6e99a4b6d1388f709bdc7a7572e9c46 Mon Sep 17 00:00:00 2001 From: Brett Wilson Date: Tue, 9 Sep 2014 17:02:24 -0700 Subject: Make component build Chrome link. It does not seem to run due to resource issues. R=jamesr@chromium.org Review URL: https://codereview.chromium.org/559763002 Cr-Commit-Position: refs/heads/master@{#294041} --- google_apis/gcm/BUILD.gn | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'google_apis/gcm') 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") { -- cgit v1.1