| Index: Source/config.gyp
|
| diff --git a/Source/config.gyp b/Source/config.gyp
|
| index 79a36e5009ba57bd013aa9a618f6117834920567..3522fd26ebc91d8dd49419dd46e64a1250ce667c 100644
|
| --- a/Source/config.gyp
|
| +++ b/Source/config.gyp
|
| @@ -55,6 +55,13 @@
|
| 'defines': [
|
| '__PRETTY_FUNCTION__=__FUNCTION__',
|
| ],
|
| + 'sources/': [
|
| + ['exclude', 'Posix\\.cpp$'],
|
| + ],
|
| + },{ # OS!="win"
|
| + 'sources/': [
|
| + ['exclude', 'Win\\.cpp$'],
|
| + ],
|
| }],
|
| ['OS!="win" and remove_webcore_debug_symbols==1', {
|
| # Remove -g from all targets defined here.
|
|
|