Title: [127819] trunk/Source/WebCore
Revision
127819
Author
[email protected]
Date
2012-09-06 21:37:55 -0700 (Thu, 06 Sep 2012)

Log Message

[Qt] Fix debug Windows build
https://bugs.webkit.org/show_bug.cgi?id=96008

Reviewed by Tor Arne Vestbø.

Add a few more files to the AllInOne configuration to reduce the number of object files
and their total size, allowing a debug build with MSVC again.

* Target.pri:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (127818 => 127819)


--- trunk/Source/WebCore/ChangeLog	2012-09-07 04:21:28 UTC (rev 127818)
+++ trunk/Source/WebCore/ChangeLog	2012-09-07 04:37:55 UTC (rev 127819)
@@ -1,5 +1,17 @@
 2012-09-06  Simon Hausmann  <[email protected]>
 
+        [Qt] Fix debug Windows build
+        https://bugs.webkit.org/show_bug.cgi?id=96008
+
+        Reviewed by Tor Arne Vestbø.
+
+        Add a few more files to the AllInOne configuration to reduce the number of object files
+        and their total size, allowing a debug build with MSVC again.
+
+        * Target.pri:
+
+2012-09-06  Simon Hausmann  <[email protected]>
+
         [Qt] Fix text encoding detecting
         https://bugs.webkit.org/show_bug.cgi?id=96014
 

Modified: trunk/Source/WebCore/Target.pri (127818 => 127819)


--- trunk/Source/WebCore/Target.pri	2012-09-07 04:21:28 UTC (rev 127818)
+++ trunk/Source/WebCore/Target.pri	2012-09-07 04:37:55 UTC (rev 127819)
@@ -3747,6 +3747,7 @@
         svg/SVGZoomEvent.cpp
 
     ALL_IN_ONE_SOURCES += \
+        rendering/svg/RenderSVGAllInOne.cpp \
         svg/SVGAllInOne.cpp
 }
 
@@ -4014,7 +4015,9 @@
 
 ALL_IN_ONE_SOURCES += \
     accessibility/AccessibilityAllInOne.cpp \
-    inspector/InspectorAllInOne.cpp
+    inspector/InspectorAllInOne.cpp \
+    loader/appcache/ApplicationCacheAllInOne.cpp \
+    rendering/style/StyleAllInOne.cpp
 
 contains(DEFINES, ENABLE_XSLT=1):contains(DEFINES, WTF_USE_LIBXML2=1) {
     ALL_IN_ONE_SOURCES += \
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to