| Index: webkit/common/webkit_common.gyp
|
| diff --git a/webkit/common/webkit_common.gyp b/webkit/common/webkit_common.gyp
|
| index bad719a10aacd86617744ce1536a7a90edd6c490..3de9cffb1b01dc91f484de275250831f8110a791 100644
|
| --- a/webkit/common/webkit_common.gyp
|
| +++ b/webkit/common/webkit_common.gyp
|
| @@ -84,21 +84,16 @@
|
| 'cursors/webcursor_null.cc',
|
| ],
|
| }],
|
| - ['OS!="mac"', {
|
| - 'sources/': [['exclude', '_mac\\.(cc|mm)$']],
|
| - }, { # else: OS=="mac"
|
| + ['OS=="mac"', {
|
| 'link_settings': {
|
| 'libraries': [
|
| '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
|
| ],
|
| },
|
| }],
|
| - ['OS!="win"', {
|
| - 'sources/': [['exclude', '_win\\.cc$']],
|
| - }, { # else: OS=="win"
|
| + ['OS=="win"', {
|
| # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
|
| 'msvs_disabled_warnings': [ 4800, 4267 ],
|
| - 'sources/': [['exclude', '_posix\\.cc$']],
|
| }],
|
| ],
|
| },
|
|
|