Chromium Code Reviews| Index: Source/modules/modules.gyp |
| diff --git a/Source/modules/modules.gyp b/Source/modules/modules.gyp |
| index 7f66d2d5a3e6e98fecd7466ed91575048aff842d..436627185a3a8febfad1ec19b690a3074fde8f18 100644 |
| --- a/Source/modules/modules.gyp |
| +++ b/Source/modules/modules.gyp |
| @@ -47,6 +47,13 @@ |
| 'sources': [ |
| '<@(modules_files)', |
| ], |
| + 'conditions': [ |
| + ['component=="shared_library"', { |
| + 'defines': [ |
| + 'WEBKIT_DLL', |
|
abarth-chromium
2013/06/17 17:33:02
This sort of thing should be in config.gyp.
|
| + ], |
| + }], |
| + ], |
| # Disable c4267 warnings until we fix size_t to int truncations. |
| 'msvs_disabled_warnings': [ 4267, 4334, ] |
| }], |