| 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.
|
|
|