Chromium Code Reviews| Index: Source/core/core.gyp/core.gyp |
| diff --git a/Source/core/core.gyp/core.gyp b/Source/core/core.gyp/core.gyp |
| index eec488aa5d6949d75137dc8e86b81e7c3cd2a36f..dbea335a6f5fe1b28d5880bcc3bbda49550984e6 100644 |
| --- a/Source/core/core.gyp/core.gyp |
| +++ b/Source/core/core.gyp/core.gyp |
| @@ -1046,6 +1046,9 @@ |
| '../../config.gyp:config', |
| 'webcore', |
| ], |
| + 'defines': [ |
| + 'WEBKIT_IMPLEMENTATION=1', |
| + ], |
| 'include_dirs': [ |
| '<(bindings_dir)/v8', # FIXME: Remove once http://crbug.com/236119 is fixed. |
| '../testing', |