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

Unified Diff: Source/core/core.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/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index 0fcc1e520ac415a8eb8539ccf74144e268370bff..d97bf55eed328226970e067291802de5cf4ca921 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -393,6 +393,7 @@
'defines': [
'WEBCORE_NAVIGATOR_VENDOR="Google Inc."',
'WEBKIT_IMPLEMENTATION=1',
+ 'INSIDE_WEBKIT',
],
'include_dirs': [
'<@(webcore_include_dirs)',
@@ -1080,6 +1081,7 @@
],
'defines': [
'WEBKIT_IMPLEMENTATION=1',
+ 'INSIDE_WEBKIT',
],
'include_dirs': [
'<(bindings_dir)/v8', # FIXME: Remove once http://crbug.com/236119 is fixed.

Powered by Google App Engine
This is Rietveld 408576698