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

Unified Diff: third_party/WebKit/public/platform/WebCommon.h

Issue 1756343002: Revert of Extract webkit_unit_tests from blink_web component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
Index: third_party/WebKit/public/platform/WebCommon.h
diff --git a/third_party/WebKit/public/platform/WebCommon.h b/third_party/WebKit/public/platform/WebCommon.h
index 9d0a40af61826fe6ff035cb73b18b9cb2893a29f..561f850eeaa6352bcf1311e06f461b077d7f2230 100644
--- a/third_party/WebKit/public/platform/WebCommon.h
+++ b/third_party/WebKit/public/platform/WebCommon.h
@@ -65,10 +65,18 @@
#define BLINK_PLATFORM_EXPORT __attribute__((visibility("default")))
#define BLINK_COMMON_EXPORT __attribute__((visibility("default")))
#endif
+
+ #if BLINK_IMPLEMENTATION && !BLINK_CORE_IMPLEMENTATION && !BLINK_MODULES_IMPLEMENTATION
+ #define BLINK_WEB_IMPLEMENTATION 1
+ #else
+ #define BLINK_WEB_IMPLEMENTATION 0
+ #endif
#else // defined(COMPONENT_BUILD)
#define BLINK_EXPORT
#define BLINK_PLATFORM_EXPORT
#define BLINK_COMMON_EXPORT
+
+ #define BLINK_WEB_IMPLEMENTATION 0
#endif
« no previous file with comments | « third_party/WebKit/Source/wtf/Compiler.h ('k') | third_party/WebKit/public/platform/WebRTCDataChannelHandlerClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698