| Index: Source/WebCore/WebCore.gyp/WebCore.gyp
|
| ===================================================================
|
| --- Source/WebCore/WebCore.gyp/WebCore.gyp (revision 93618)
|
| +++ Source/WebCore/WebCore.gyp/WebCore.gyp (working copy)
|
| @@ -1723,6 +1723,11 @@
|
| ],
|
| },
|
| 'conditions': [
|
| + # Shard this taret into ten parts to work around linker limitations.
|
| + # on link time code generation builds.
|
| + ['OS=="win" and buildtype=="Official"', {
|
| + 'msvs_shard': 10,
|
| + }],
|
| ['OS=="win"', {
|
| 'sources/': [
|
| ['exclude', 'Posix\\.cpp$'],
|
|
|