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

Unified Diff: Source/platform/Logging.h

Issue 25195003: Prepare to move core/platform/text into blink_platform.dll (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: re-attempt upload Created 7 years, 3 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 | « Source/platform/Language.cpp ('k') | Source/platform/Logging.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/Logging.h
diff --git a/Source/core/platform/Logging.h b/Source/platform/Logging.h
similarity index 52%
rename from Source/core/platform/Logging.h
rename to Source/platform/Logging.h
index bdad93f413920ba5b245abccaa106a8a2af1de71..9dac220c41a3139341ddcae02625e9dad5bd3e6e 100644
--- a/Source/core/platform/Logging.h
+++ b/Source/platform/Logging.h
@@ -26,6 +26,7 @@
#ifndef Logging_h
#define Logging_h
+#include "platform/PlatformExport.h"
#include "wtf/Assertions.h"
#include "wtf/Forward.h"
@@ -37,34 +38,35 @@
namespace WebCore {
- extern WTFLogChannel LogNotYetImplemented;
- extern WTFLogChannel LogFrames;
- extern WTFLogChannel LogLoading;
- extern WTFLogChannel LogPopupBlocking;
- extern WTFLogChannel LogEvents;
- extern WTFLogChannel LogEditing;
- extern WTFLogChannel LogLiveConnect;
- extern WTFLogChannel LogIconDatabase;
- extern WTFLogChannel LogSQLDatabase;
- extern WTFLogChannel LogSpellingAndGrammar;
- extern WTFLogChannel LogBackForward;
- extern WTFLogChannel LogHistory;
- extern WTFLogChannel LogPlatformLeaks;
- extern WTFLogChannel LogResourceLoading;
- extern WTFLogChannel LogNetwork;
- extern WTFLogChannel LogFTP;
- extern WTFLogChannel LogThreading;
- extern WTFLogChannel LogStorageAPI;
- extern WTFLogChannel LogMedia;
- extern WTFLogChannel LogPlugins;
- extern WTFLogChannel LogArchives;
- extern WTFLogChannel LogProgress;
- extern WTFLogChannel LogFileAPI;
- extern WTFLogChannel LogWebAudio;
- extern WTFLogChannel LogCompositing;
- extern WTFLogChannel LogGamepad;
+PLATFORM_EXPORT extern WTFLogChannel LogNotYetImplemented;
+PLATFORM_EXPORT extern WTFLogChannel LogFrames;
+PLATFORM_EXPORT extern WTFLogChannel LogLoading;
+PLATFORM_EXPORT extern WTFLogChannel LogPopupBlocking;
+PLATFORM_EXPORT extern WTFLogChannel LogEvents;
+PLATFORM_EXPORT extern WTFLogChannel LogEditing;
+PLATFORM_EXPORT extern WTFLogChannel LogLiveConnect;
+PLATFORM_EXPORT extern WTFLogChannel LogIconDatabase;
+PLATFORM_EXPORT extern WTFLogChannel LogSQLDatabase;
+PLATFORM_EXPORT extern WTFLogChannel LogSpellingAndGrammar;
+PLATFORM_EXPORT extern WTFLogChannel LogBackForward;
+PLATFORM_EXPORT extern WTFLogChannel LogHistory;
+PLATFORM_EXPORT extern WTFLogChannel LogPlatformLeaks;
+PLATFORM_EXPORT extern WTFLogChannel LogResourceLoading;
+PLATFORM_EXPORT extern WTFLogChannel LogNetwork;
+PLATFORM_EXPORT extern WTFLogChannel LogFTP;
+PLATFORM_EXPORT extern WTFLogChannel LogThreading;
+PLATFORM_EXPORT extern WTFLogChannel LogStorageAPI;
+PLATFORM_EXPORT extern WTFLogChannel LogMedia;
+PLATFORM_EXPORT extern WTFLogChannel LogPlugins;
+PLATFORM_EXPORT extern WTFLogChannel LogArchives;
+PLATFORM_EXPORT extern WTFLogChannel LogProgress;
+PLATFORM_EXPORT extern WTFLogChannel LogFileAPI;
+PLATFORM_EXPORT extern WTFLogChannel LogWebAudio;
+PLATFORM_EXPORT extern WTFLogChannel LogCompositing;
+PLATFORM_EXPORT extern WTFLogChannel LogGamepad;
+
+PLATFORM_EXPORT WTFLogChannel* getChannelFromName(const String& channelName);
- WTFLogChannel* getChannelFromName(const String& channelName);
}
#endif // !LOG_DISABLED
« no previous file with comments | « Source/platform/Language.cpp ('k') | Source/platform/Logging.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698