Title: [127877] trunk/Source/WebCore
Revision
127877
Author
hausm...@webkit.org
Date
2012-09-07 09:27:41 -0700 (Fri, 07 Sep 2012)

Log Message

[Qt] Add another all-in-one source

Rubber-stamped by Tor Arne Vestbø.

* Target.pri: We can safely add platform/text/TextAllInOne.cpp to ALL_IN_ONE_SOURCES for
even smaller combined builds.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (127876 => 127877)


--- trunk/Source/WebCore/ChangeLog	2012-09-07 16:09:16 UTC (rev 127876)
+++ trunk/Source/WebCore/ChangeLog	2012-09-07 16:27:41 UTC (rev 127877)
@@ -1,3 +1,12 @@
+2012-09-07  Simon Hausmann  <simon.hausm...@nokia.com>
+
+        [Qt] Add another all-in-one source
+
+        Rubber-stamped by Tor Arne Vestbø.
+
+        * Target.pri: We can safely add platform/text/TextAllInOne.cpp to ALL_IN_ONE_SOURCES for
+        even smaller combined builds.
+
 2012-09-07  Allan Sandfeld Jensen  <allan.jen...@nokia.com>
 
         Simplify hitTestResultAtPoint and nodesFromRect APIs

Modified: trunk/Source/WebCore/Target.pri (127876 => 127877)


--- trunk/Source/WebCore/Target.pri	2012-09-07 16:09:16 UTC (rev 127876)
+++ trunk/Source/WebCore/Target.pri	2012-09-07 16:27:41 UTC (rev 127877)
@@ -4018,6 +4018,7 @@
     accessibility/AccessibilityAllInOne.cpp \
     inspector/InspectorAllInOne.cpp \
     loader/appcache/ApplicationCacheAllInOne.cpp \
+    platform/text/TextAllInOne.cpp \
     rendering/style/StyleAllInOne.cpp
 
 contains(DEFINES, ENABLE_XSLT=1):contains(DEFINES, WTF_USE_LIBXML2=1) {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to