Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(909)

Unified Diff: google_apis/gcm/BUILD.gn

Issue 559763002: Make component build Chrome link. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/BUILD.gn ('k') | ppapi/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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") {
« no previous file with comments | « content/renderer/BUILD.gn ('k') | ppapi/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698