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

Unified Diff: Source/core/core.gyp

Issue 16024011: Construct a minimal blink library in-place (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix typo 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 14725355b1827bd02f8af6685edce95cceed4b45..59927502794f9080176c7b7fe4ff87cbc6b1647d 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -391,6 +391,7 @@
'defines': [
'WEBCORE_NAVIGATOR_VENDOR="Google Inc."',
'WEBKIT_IMPLEMENTATION=1',
+ 'INSIDE_WEBKIT',
],
'include_dirs': [
'<@(webcore_include_dirs)',
@@ -1078,6 +1079,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