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

Unified Diff: webkit/common/base/webkit_base_export.h

Issue 16189015: [OBSOLETE] Slogging webkit_base out of existence. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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
« no previous file with comments | « webkit/common/base/origin_url_conversions.cc ('k') | webkit/common/blob/blob_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/base/webkit_base_export.h
===================================================================
--- webkit/common/base/webkit_base_export.h (revision 204906)
+++ webkit/common/base/webkit_base_export.h (working copy)
@@ -5,25 +5,8 @@
#ifndef WEBKIT_BASE_WEBKIT_BASE_EXPORT_H_
#define WEBKIT_BASE_WEBKIT_BASE_EXPORT_H_
-#if defined(COMPONENT_BUILD)
-#if defined(WIN32)
+#include "webkit/storage/webkit_storage_export.h"
-#if defined(WEBKIT_BASE_IMPLEMENTATION)
-#define WEBKIT_BASE_EXPORT __declspec(dllexport)
-#else
-#define WEBKIT_BASE_EXPORT __declspec(dllimport)
-#endif // defined(WEBKIT_BASE_IMPLEMENTATION)
+#define WEBKIT_BASE_EXPORT WEBKIT_STORAGE_EXPORT
-#else // defined(WIN32)
-#if defined(WEBKIT_BASE_IMPLEMENTATION)
-#define WEBKIT_BASE_EXPORT __attribute__((visibility("default")))
-#else
-#define WEBKIT_BASE_EXPORT
-#endif
-#endif
-
-#else // defined(COMPONENT_BUILD)
-#define WEBKIT_BASE_EXPORT
-#endif
-
#endif // WEBKIT_BASE_WEBKIT_BASE_EXPORT_H_
« no previous file with comments | « webkit/common/base/origin_url_conversions.cc ('k') | webkit/common/blob/blob_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698