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

Unified Diff: media/base/media_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 | « content/public/common/child_process_host_delegate.h ('k') | ppapi/ppapi_shared.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_export.h
diff --git a/media/base/media_export.h b/media/base/media_export.h
index 2fc174d2b922a87c6dfe6be4cb1f722fa8470471..b096dc099199bfc4d9e20f850a3f9513d625683c 100644
--- a/media/base/media_export.h
+++ b/media/base/media_export.h
@@ -19,7 +19,11 @@
#endif // defined(MEDIA_IMPLEMENTATION)
#else // defined(WIN32)
+#if defined(MEDIA_IMPLEMENTATION)
#define MEDIA_EXPORT __attribute__((visibility("default")))
+#else
+#define MEDIA_EXPORT
+#endif // defined(MEDIA_IMPLEMENTATION)
#endif
#else // defined(COMPONENT_BUILD)
« no previous file with comments | « content/public/common/child_process_host_delegate.h ('k') | ppapi/ppapi_shared.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698