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

Unified Diff: Source/WebKit/chromium/WebKit.gyp

Issue 15079005: Create a minimal webkit_common static library for use in browser process (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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
Index: Source/WebKit/chromium/WebKit.gyp
diff --git a/Source/WebKit/chromium/WebKit.gyp b/Source/WebKit/chromium/WebKit.gyp
index 8c9a225d1cc45b01d4c71515c53afef39c97f319..d490ddf0a18583cf5b04582ff019ac43fe45431f 100644
--- a/Source/WebKit/chromium/WebKit.gyp
+++ b/Source/WebKit/chromium/WebKit.gyp
@@ -64,6 +64,7 @@
],
'defines': [
'WEBKIT_IMPLEMENTATION=1',
+ 'INSIDE_WEBKIT',
jamesr 2013/06/06 21:47:56 this is needed in order to build the blink API as
],
'sources': [
'<@(webcore_platform_support_files)',
@@ -399,7 +400,6 @@
'src/WebCache.cpp',
'src/WebCachedURLRequest.cpp',
'src/WebColorName.cpp',
- 'src/WebCommon.cpp',
'src/WebCrossOriginPreflightResultCache.cpp',
'src/WebDOMActivityLogger.cpp',
'src/WebDOMCustomEvent.cpp',
@@ -561,7 +561,6 @@
['component=="shared_library"', {
'defines': [
'WEBKIT_DLL',
- 'WEBKIT_IMPLEMENTATION=1',
],
'dependencies': [
'../../core/core.gyp:webcore_derived',

Powered by Google App Engine
This is Rietveld 408576698