[haiku-webkit-commits] r224 - webkit/trunk/WebCore

  • From: webkit@xxxxxxxxxxxxxxx
  • To: haiku-webkit-commits@xxxxxxxxxxxxx
  • Date: Fri, 26 Feb 2010 00:42:59 +0000

Author: anevilyak
Date: Fri Feb 26 00:42:59 2010
New Revision: 224
URL: http://mmlr.dyndns.org/changeset/224

Log:
Use the individual SVG files instead of SVGAllInOne.cpp. Somewhat improves 
build performance since those can now take advantage of multi-job builds.

Modified:
   webkit/trunk/WebCore/Jamfile

Modified: webkit/trunk/WebCore/Jamfile
==============================================================================
--- webkit/trunk/WebCore/Jamfile        Thu Feb 25 23:39:55 2010        (r223)
+++ webkit/trunk/WebCore/Jamfile        Fri Feb 26 00:42:59 2010        (r224)
@@ -1479,7 +1479,137 @@
         StorageSyncManager.cpp
 
         # svg
-        SVGAllInOne.cpp
+        ColorDistance.cpp
+        SVGAElement.cpp
+        SVGAltGlyphElement.cpp
+        SVGAngle.cpp
+        SVGAnimateColorElement.cpp
+        SVGAnimatedPathData.cpp
+        SVGAnimatedPoints.cpp
+        SVGAnimateElement.cpp
+        SVGAnimateMotionElement.cpp
+        SVGAnimateTransformElement.cpp
+        SVGAnimationElement.cpp
+        SVGCircleElement.cpp
+        SVGClipPathElement.cpp
+        SVGColor.cpp
+        SVGComponentTransferFunctionElement.cpp
+        SVGCursorElement.cpp
+        SVGDefsElement.cpp
+        SVGDescElement.cpp
+        SVGDocument.cpp
+        SVGDocumentExtensions.cpp
+        SVGElement.cpp
+        SVGElementInstance.cpp
+        SVGElementInstanceList.cpp
+        SVGEllipseElement.cpp
+        SVGExternalResourcesRequired.cpp
+        SVGFEBlendElement.cpp
+        SVGFEColorMatrixElement.cpp
+        SVGFEComponentTransferElement.cpp
+        SVGFECompositeElement.cpp
+        SVGFEDiffuseLightingElement.cpp
+        SVGFEDisplacementMapElement.cpp
+        SVGFEDistantLightElement.cpp
+        SVGFEFloodElement.cpp
+        SVGFEFuncAElement.cpp
+        SVGFEFuncBElement.cpp
+        SVGFEFuncGElement.cpp
+        SVGFEFuncRElement.cpp
+        SVGFEGaussianBlurElement.cpp
+        SVGFEImageElement.cpp
+        SVGFELightElement.cpp
+        SVGFEMergeElement.cpp
+        SVGFEMergeNodeElement.cpp
+        SVGFEMorphologyElement.cpp
+        SVGFEOffsetElement.cpp
+        SVGFEPointLightElement.cpp
+        SVGFESpecularLightingElement.cpp
+        SVGFESpotLightElement.cpp
+        SVGFETileElement.cpp
+        SVGFETurbulenceElement.cpp
+        SVGFilterElement.cpp
+        SVGFilterPrimitiveStandardAttributes.cpp
+        SVGFitToViewBox.cpp
+        SVGFont.cpp
+        SVGFontData.cpp
+        SVGFontElement.cpp
+        SVGFontFaceElement.cpp
+        SVGFontFaceFormatElement.cpp
+        SVGFontFaceNameElement.cpp
+        SVGFontFaceSrcElement.cpp
+        SVGFontFaceUriElement.cpp
+        SVGForeignObjectElement.cpp
+        SVGGElement.cpp
+        SVGGlyphElement.cpp
+        SVGGradientElement.cpp
+        SVGHKernElement.cpp
+        SVGImageElement.cpp
+        SVGImageLoader.cpp
+        SVGLangSpace.cpp
+        SVGLength.cpp
+        SVGLengthList.cpp
+        SVGLineElement.cpp
+        SVGLinearGradientElement.cpp
+        SVGLocatable.cpp
+        SVGMPathElement.cpp
+        SVGMarkerElement.cpp
+        SVGMaskElement.cpp
+        SVGMetadataElement.cpp
+        SVGMissingGlyphElement.cpp
+        SVGNumberList.cpp
+        SVGPaint.cpp
+        SVGParserUtilities.cpp
+        SVGPathElement.cpp
+        SVGPathSegArc.cpp
+        SVGPathSegClosePath.cpp
+        SVGPathSegCurvetoCubic.cpp
+        SVGPathSegCurvetoCubicSmooth.cpp
+        SVGPathSegCurvetoQuadratic.cpp
+        SVGPathSegCurvetoQuadraticSmooth.cpp
+        SVGPathSegLineto.cpp
+        SVGPathSegLinetoHorizontal.cpp
+        SVGPathSegLinetoVertical.cpp
+        SVGPathSegList.cpp
+        SVGPathSegMoveto.cpp
+        SVGPatternElement.cpp
+        SVGPointList.cpp
+        SVGPolyElement.cpp
+        SVGPolygonElement.cpp
+        SVGPolylineElement.cpp
+        SVGPreserveAspectRatio.cpp
+        SVGRadialGradientElement.cpp
+        SVGRectElement.cpp
+        SVGSVGElement.cpp
+        SVGScriptElement.cpp
+        SVGSetElement.cpp
+        SVGStopElement.cpp
+        SVGStringList.cpp
+        SVGStylable.cpp
+        SVGStyleElement.cpp
+        SVGStyledElement.cpp
+        SVGStyledLocatableElement.cpp
+        SVGStyledTransformableElement.cpp
+        SVGSwitchElement.cpp
+        SVGSymbolElement.cpp
+        SVGTRefElement.cpp
+        SVGTSpanElement.cpp
+        SVGTests.cpp
+        SVGTextContentElement.cpp
+        SVGTextElement.cpp
+        SVGTextPathElement.cpp
+        SVGTextPositioningElement.cpp
+        SVGTitleElement.cpp
+        SVGTransform.cpp
+        SVGTransformable.cpp
+        SVGTransformDistance.cpp
+        SVGTransformList.cpp
+        SVGURIReference.cpp
+        SVGUseElement.cpp
+        SVGViewElement.cpp
+        SVGViewSpec.cpp
+        SVGZoomAndPan.cpp
+        SVGZoomEvent.cpp
         SVGElementFactory.cpp
 
         # svg/animation

Other related posts: