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

Unified Diff: webkit/plugins/webkit_plugins_export.h

Issue 10386108: Change the way _EXPORT macros look. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cros Created 8 years, 7 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
« ui/aura/aura_export.h ('K') | « webkit/glue/webkit_glue_export.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/webkit_plugins_export.h
diff --git a/webkit/plugins/webkit_plugins_export.h b/webkit/plugins/webkit_plugins_export.h
index 78e8638e04e1558d68dc0a9c3a514f3449ad81f4..e290803f23f7b22d2ea90d29b6ef270c888ef6df 100644
--- a/webkit/plugins/webkit_plugins_export.h
+++ b/webkit/plugins/webkit_plugins_export.h
@@ -16,7 +16,11 @@
#endif // defined(WEBKIT_PLUGINS_IMPLEMENTATION)
#else // defined(WIN32)
+#if defined(WEBKIT_PLUGINS_IMPLEMENTATION)
#define WEBKIT_PLUGINS_EXPORT __attribute__((visibility("default")))
+#else
+#define WEBKIT_PLUGINS_EXPORT
+#endif
#endif
#else // defined(COMPONENT_BUILD)
« ui/aura/aura_export.h ('K') | « webkit/glue/webkit_glue_export.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698