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

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 mac again 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
« no previous file with comments | « Source/bindings/bindings.gyp ('k') | Source/core/core.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index 7a5cc6925e844129270a36796125ce1a094e2d76..3b8cb5efd1f48d1ae936866987d0501bc25c798a 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -399,6 +399,7 @@
'defines': [
'WEBCORE_NAVIGATOR_VENDOR="Google Inc."',
'WEBKIT_IMPLEMENTATION=1',
+ 'INSIDE_WEBKIT',
],
'include_dirs': [
'<@(webcore_include_dirs)',
@@ -1086,6 +1087,7 @@
],
'defines': [
'WEBKIT_IMPLEMENTATION=1',
+ 'INSIDE_WEBKIT',
],
'include_dirs': [
'<(bindings_dir)/v8', # FIXME: Remove once http://crbug.com/236119 is fixed.
« no previous file with comments | « Source/bindings/bindings.gyp ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698