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

Unified Diff: content/common/content_export.h

Issue 7484017: mac component wip Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 9 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 | « comp_gyp.patch ('k') | content/public/common/child_process_host_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/content_export.h
diff --git a/content/common/content_export.h b/content/common/content_export.h
index b39cdd5a1a16a9f49cbf6dd9ecead5bd9cb42454..7e4c79dc9e49a28cb3544ecbeabaca42bdfe1a2c 100644
--- a/content/common/content_export.h
+++ b/content/common/content_export.h
@@ -16,7 +16,11 @@
#endif // defined(CONTENT_IMPLEMENTATION)
#else // defined(WIN32)
+#if defined(CONTENT_IMPLEMENTATION)
#define CONTENT_EXPORT __attribute__((visibility("default")))
+#else
+#define CONTENT_EXPORT
+#endif
#endif
#else // defined(COMPONENT_BUILD)
« no previous file with comments | « comp_gyp.patch ('k') | content/public/common/child_process_host_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698