Title: [143853] trunk/Source/WebCore
Revision
143853
Author
[email protected]
Date
2013-02-23 15:33:40 -0800 (Sat, 23 Feb 2013)

Log Message

WebCore fails to link in Chromium official build
https://bugs.webkit.org/show_bug.cgi?id=110697

Reviewed by Eric Seidel.

Apparently we need to use more shards to work around linker limitations
on Windows again.

* WebCore.gyp/WebCore.gyp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (143852 => 143853)


--- trunk/Source/WebCore/ChangeLog	2013-02-23 23:31:36 UTC (rev 143852)
+++ trunk/Source/WebCore/ChangeLog	2013-02-23 23:33:40 UTC (rev 143853)
@@ -1,3 +1,15 @@
+2013-02-23  Adam Barth  <[email protected]>
+
+        WebCore fails to link in Chromium official build
+        https://bugs.webkit.org/show_bug.cgi?id=110697
+
+        Reviewed by Eric Seidel.
+
+        Apparently we need to use more shards to work around linker limitations
+        on Windows again.
+
+        * WebCore.gyp/WebCore.gyp:
+
 2013-02-23  Kentaro Hara  <[email protected]>
 
         [V8] Rename constructorCallbackCustom() to constructorCustom()

Modified: trunk/Source/WebCore/WebCore.gyp/WebCore.gyp (143852 => 143853)


--- trunk/Source/WebCore/WebCore.gyp/WebCore.gyp	2013-02-23 23:31:36 UTC (rev 143852)
+++ trunk/Source/WebCore/WebCore.gyp/WebCore.gyp	2013-02-23 23:33:40 UTC (rev 143853)
@@ -2049,10 +2049,10 @@
         ['include', 'loader/appcache/DOMApplicationCache\.(cpp|h)$'],
       ],
       'conditions': [
-        # Shard this taret into ten parts to work around linker limitations.
+        # Shard this taret into parts to work around linker limitations.
         # on link time code generation builds.
         ['OS=="win" and buildtype=="Official"', {
-          'msvs_shard': 10,
+          'msvs_shard': 15,
         }],
         ['os_posix == 1 and OS != "mac" and gcc_version == 42', {
           # Due to a bug in gcc 4.2.1 (the current version on hardy), we get
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to