Chromium Code Reviews| Index: Source/modules/modules.gyp |
| diff --git a/Source/modules/modules.gyp b/Source/modules/modules.gyp |
| index 5febaa82c5fc05df1d4fb1b240424f50c8edf60a..32489ded05dbf983d3351bb019a659e8bef78ccd 100644 |
| --- a/Source/modules/modules.gyp |
| +++ b/Source/modules/modules.gyp |
| @@ -40,6 +40,9 @@ |
| '../config.gyp:config', |
| '../core/core.gyp/core.gyp:webcore', |
| ], |
| + 'defines': [ |
| + 'WEBKIT_IMPLEMENTATION=1', |
| + ], |
| 'sources': [ |
| '<@(modules_files)', |
| ], |