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

Unified Diff: public/platform/WebCommon.h

Issue 16881011: Remove WEBKIT_DLL and replace it with COMPONENT_BUILD (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: updates Created 7 years, 6 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
« Source/WebKit/chromium/WebKitUnitTests.gyp ('K') | « Source/core/core.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebCommon.h
diff --git a/public/platform/WebCommon.h b/public/platform/WebCommon.h
index a14363d9c30f46fdfec701589d373485eba0c404..d5dd9dca445841c1f58c3927f78a5198deb07625 100644
--- a/public/platform/WebCommon.h
+++ b/public/platform/WebCommon.h
@@ -35,7 +35,7 @@
#define WEBKIT_IMPLEMENTATION 0
#endif
-#if defined(WEBKIT_DLL)
+#if defined(COMPONENT_BUILD)
#if defined(WIN32)
#if WEBKIT_IMPLEMENTATION
#define WEBKIT_EXPORT __declspec(dllexport)
@@ -45,7 +45,7 @@
#else // defined(WIN32)
#define WEBKIT_EXPORT __attribute__((visibility("default")))
#endif
-#else // defined(WEBKIT_DLL)
+#else // defined(COMPONENT_BUILD)
#define WEBKIT_EXPORT
#endif
« Source/WebKit/chromium/WebKitUnitTests.gyp ('K') | « Source/core/core.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698