Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 /* | 1 /* |
| 2 * Copyright (C) 2009 Apple Inc. All Rights Reserved. | 2 * Copyright (C) 2009 Apple Inc. All Rights Reserved. |
| 3 * | 3 * |
| 4 * Redistribution and use in source and binary forms, with or without | 4 * Redistribution and use in source and binary forms, with or without |
| 5 * modification, are permitted provided that the following conditions | 5 * modification, are permitted provided that the following conditions |
| 6 * are met: | 6 * are met: |
| 7 * 1. Redistributions of source code must retain the above copyright | 7 * 1. Redistributions of source code must retain the above copyright |
| 8 * notice, this list of conditions and the following disclaimer. | 8 * notice, this list of conditions and the following disclaimer. |
| 9 * 2. Redistributions in binary form must reproduce the above copyright | 9 * 2. Redistributions in binary form must reproduce the above copyright |
| 10 * notice, this list of conditions and the following disclaimer in the | 10 * notice, this list of conditions and the following disclaimer in the |
| (...skipping 12 matching lines...) Expand all Loading... | |
| 23 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 23 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 24 */ | 24 */ |
| 25 | 25 |
| 26 // This all-in-one cpp file cuts down on template bloat to allow us to build our Windows release build. | 26 // This all-in-one cpp file cuts down on template bloat to allow us to build our Windows release build. |
| 27 | 27 |
| 28 #include "ColorDistance.cpp" | 28 #include "ColorDistance.cpp" |
| 29 #include "SVGAElement.cpp" | 29 #include "SVGAElement.cpp" |
| 30 #include "SVGAltGlyphElement.cpp" | 30 #include "SVGAltGlyphElement.cpp" |
| 31 #include "SVGAngle.cpp" | 31 #include "SVGAngle.cpp" |
| 32 #include "SVGAnimateColorElement.cpp" | 32 #include "SVGAnimateColorElement.cpp" |
| 33 #include "SVGAnimatedPathData.cpp" | |
| 34 #include "SVGAnimatedPoints.cpp" | |
| 33 #include "SVGAnimateElement.cpp" | 35 #include "SVGAnimateElement.cpp" |
| 34 #include "SVGAnimateMotionElement.cpp" | 36 #include "SVGAnimateMotionElement.cpp" |
| 35 #include "SVGAnimateTransformElement.cpp" | 37 #include "SVGAnimateTransformElement.cpp" |
| 36 #include "SVGAnimatedPathData.cpp" | |
| 37 #include "SVGAnimatedPoints.cpp" | |
| 38 #include "SVGAnimationElement.cpp" | 38 #include "SVGAnimationElement.cpp" |
| 39 #include "SVGCircleElement.cpp" | 39 #include "SVGCircleElement.cpp" |
| 40 #include "SVGClipPathElement.cpp" | 40 #include "SVGClipPathElement.cpp" |
| 41 #include "SVGColor.cpp" | 41 #include "SVGColor.cpp" |
| 42 #include "SVGComponentTransferFunctionElement.cpp" | 42 #include "SVGComponentTransferFunctionElement.cpp" |
|
Stephen White
2009/12/17 18:09:15
Is this file supposed to have svg/*.cpp? If so, i
| |
| 43 #include "SVGCursorElement.cpp" | 43 #include "SVGCursorElement.cpp" |
| 44 #include "SVGDefsElement.cpp" | 44 #include "SVGDefsElement.cpp" |
| 45 #include "SVGDescElement.cpp" | 45 #include "SVGDescElement.cpp" |
| 46 #include "SVGDocument.cpp" | 46 #include "SVGDocument.cpp" |
| 47 #include "SVGDocumentExtensions.cpp" | 47 #include "SVGDocumentExtensions.cpp" |
| 48 #include "SVGElement.cpp" | 48 #include "SVGElement.cpp" |
| 49 #include "SVGElementInstance.cpp" | 49 #include "SVGElementInstance.cpp" |
| 50 #include "SVGElementInstanceList.cpp" | 50 #include "SVGElementInstanceList.cpp" |
| 51 #include "SVGEllipseElement.cpp" | 51 #include "SVGEllipseElement.cpp" |
| 52 #include "SVGExternalResourcesRequired.cpp" | 52 #include "SVGExternalResourcesRequired.cpp" |
| (...skipping 20 matching lines...) Expand all Loading... | |
| 73 #include "SVGFESpecularLightingElement.cpp" | 73 #include "SVGFESpecularLightingElement.cpp" |
| 74 #include "SVGFESpotLightElement.cpp" | 74 #include "SVGFESpotLightElement.cpp" |
| 75 #include "SVGFETileElement.cpp" | 75 #include "SVGFETileElement.cpp" |
| 76 #include "SVGFETurbulenceElement.cpp" | 76 #include "SVGFETurbulenceElement.cpp" |
| 77 #include "SVGFilterElement.cpp" | 77 #include "SVGFilterElement.cpp" |
| 78 #include "SVGFilterPrimitiveStandardAttributes.cpp" | 78 #include "SVGFilterPrimitiveStandardAttributes.cpp" |
| 79 #include "SVGFitToViewBox.cpp" | 79 #include "SVGFitToViewBox.cpp" |
| 80 #include "SVGFont.cpp" | 80 #include "SVGFont.cpp" |
| 81 #include "SVGFontData.cpp" | 81 #include "SVGFontData.cpp" |
| 82 #include "SVGFontElement.cpp" | 82 #include "SVGFontElement.cpp" |
| 83 #include "SVGFontFaceElement.cpp" | |
| 83 #include "SVGFontFaceFormatElement.cpp" | 84 #include "SVGFontFaceFormatElement.cpp" |
| 84 #include "SVGFontFaceNameElement.cpp" | 85 #include "SVGFontFaceNameElement.cpp" |
| 85 #include "SVGFontFaceSrcElement.cpp" | 86 #include "SVGFontFaceSrcElement.cpp" |
| 86 #include "SVGFontFaceUriElement.cpp" | 87 #include "SVGFontFaceUriElement.cpp" |
| 87 #include "SVGForeignObjectElement.cpp" | 88 #include "SVGForeignObjectElement.cpp" |
| 88 #include "SVGGElement.cpp" | 89 #include "SVGGElement.cpp" |
| 90 #include "SVGGlyphElement.cpp" | |
| 89 #include "SVGGradientElement.cpp" | 91 #include "SVGGradientElement.cpp" |
| 92 #include "SVGHKernElement.cpp" | |
| 90 #include "SVGImageElement.cpp" | 93 #include "SVGImageElement.cpp" |
| 91 #include "SVGImageLoader.cpp" | 94 #include "SVGImageLoader.cpp" |
| 92 #include "SVGLangSpace.cpp" | 95 #include "SVGLangSpace.cpp" |
| 93 #include "SVGLength.cpp" | 96 #include "SVGLength.cpp" |
| 94 #include "SVGLengthList.cpp" | 97 #include "SVGLengthList.cpp" |
| 98 #include "SVGLinearGradientElement.cpp" | |
| 95 #include "SVGLineElement.cpp" | 99 #include "SVGLineElement.cpp" |
| 96 #include "SVGLinearGradientElement.cpp" | |
| 97 #include "SVGLocatable.cpp" | 100 #include "SVGLocatable.cpp" |
| 98 #include "SVGMPathElement.cpp" | |
| 99 #include "SVGMarkerElement.cpp" | 101 #include "SVGMarkerElement.cpp" |
| 102 #include "SVGMaskElement.cpp" | |
| 100 #include "SVGMetadataElement.cpp" | 103 #include "SVGMetadataElement.cpp" |
| 101 #include "SVGMissingGlyphElement.cpp" | 104 #include "SVGMissingGlyphElement.cpp" |
| 105 #include "SVGMPathElement.cpp" | |
| 102 #include "SVGNumberList.cpp" | 106 #include "SVGNumberList.cpp" |
| 103 #include "SVGPaint.cpp" | 107 #include "SVGPaint.cpp" |
| 104 #include "SVGParserUtilities.cpp" | 108 #include "SVGParserUtilities.cpp" |
| 105 #include "SVGPathElement.cpp" | 109 #include "SVGPathElement.cpp" |
| 106 #include "SVGPathSegArc.cpp" | 110 #include "SVGPathSegArc.cpp" |
| 107 #include "SVGPathSegClosePath.cpp" | 111 #include "SVGPathSegClosePath.cpp" |
| 108 #include "SVGPathSegCurvetoCubic.cpp" | 112 #include "SVGPathSegCurvetoCubic.cpp" |
| 109 #include "SVGPathSegCurvetoCubicSmooth.cpp" | 113 #include "SVGPathSegCurvetoCubicSmooth.cpp" |
| 110 #include "SVGPathSegCurvetoQuadratic.cpp" | 114 #include "SVGPathSegCurvetoQuadratic.cpp" |
| 111 #include "SVGPathSegCurvetoQuadraticSmooth.cpp" | 115 #include "SVGPathSegCurvetoQuadraticSmooth.cpp" |
| 112 #include "SVGPathSegLineto.cpp" | 116 #include "SVGPathSegLineto.cpp" |
| 113 #include "SVGPathSegLinetoHorizontal.cpp" | 117 #include "SVGPathSegLinetoHorizontal.cpp" |
| 114 #include "SVGPathSegLinetoVertical.cpp" | 118 #include "SVGPathSegLinetoVertical.cpp" |
| 115 #include "SVGPathSegList.cpp" | 119 #include "SVGPathSegList.cpp" |
| 116 #include "SVGPathSegMoveto.cpp" | 120 #include "SVGPathSegMoveto.cpp" |
| 117 #include "SVGPatternElement.cpp" | 121 #include "SVGPatternElement.cpp" |
| 118 #include "SVGPointList.cpp" | 122 #include "SVGPointList.cpp" |
| 119 #include "SVGPolyElement.cpp" | 123 #include "SVGPolyElement.cpp" |
| 120 #include "SVGPolygonElement.cpp" | 124 #include "SVGPolygonElement.cpp" |
| 121 #include "SVGPolylineElement.cpp" | 125 #include "SVGPolylineElement.cpp" |
| 122 #include "SVGPreserveAspectRatio.cpp" | 126 #include "SVGPreserveAspectRatio.cpp" |
| 123 #include "SVGRadialGradientElement.cpp" | 127 #include "SVGRadialGradientElement.cpp" |
| 124 #include "SVGRectElement.cpp" | 128 #include "SVGRectElement.cpp" |
| 125 #include "SVGSVGElement.cpp" | |
| 126 #include "SVGScriptElement.cpp" | 129 #include "SVGScriptElement.cpp" |
| 127 #include "SVGSetElement.cpp" | 130 #include "SVGSetElement.cpp" |
| 128 #include "SVGStopElement.cpp" | 131 #include "SVGStopElement.cpp" |
| 129 #include "SVGStringList.cpp" | 132 #include "SVGStringList.cpp" |
| 130 #include "SVGStylable.cpp" | 133 #include "SVGStylable.cpp" |
| 134 #include "SVGStyledElement.cpp" | |
| 131 #include "SVGStyledLocatableElement.cpp" | 135 #include "SVGStyledLocatableElement.cpp" |
| 132 #include "SVGStyledTransformableElement.cpp" | 136 #include "SVGStyledTransformableElement.cpp" |
| 137 #include "SVGStyleElement.cpp" | |
| 138 #include "SVGSVGElement.cpp" | |
| 133 #include "SVGSwitchElement.cpp" | 139 #include "SVGSwitchElement.cpp" |
| 134 #include "SVGSymbolElement.cpp" | 140 #include "SVGSymbolElement.cpp" |
| 135 #include "SVGTRefElement.cpp" | |
| 136 #include "SVGTSpanElement.cpp" | |
| 137 #include "SVGTests.cpp" | 141 #include "SVGTests.cpp" |
| 138 #include "SVGTextContentElement.cpp" | 142 #include "SVGTextContentElement.cpp" |
| 139 #include "SVGTextElement.cpp" | 143 #include "SVGTextElement.cpp" |
| 140 #include "SVGTextPathElement.cpp" | 144 #include "SVGTextPathElement.cpp" |
| 141 #include "SVGTextPositioningElement.cpp" | 145 #include "SVGTextPositioningElement.cpp" |
| 142 #include "SVGTitleElement.cpp" | 146 #include "SVGTitleElement.cpp" |
| 143 #include "SVGTransform.cpp" | 147 #include "SVGTransform.cpp" |
| 148 #include "SVGTransformable.cpp" | |
| 144 #include "SVGTransformDistance.cpp" | 149 #include "SVGTransformDistance.cpp" |
| 145 #include "SVGTransformList.cpp" | 150 #include "SVGTransformList.cpp" |
| 146 #include "SVGTransformable.cpp" | 151 #include "SVGTRefElement.cpp" |
| 152 #include "SVGTSpanElement.cpp" | |
| 147 #include "SVGURIReference.cpp" | 153 #include "SVGURIReference.cpp" |
| 148 #include "SVGUseElement.cpp" | 154 #include "SVGUseElement.cpp" |
| 149 #include "SVGViewElement.cpp" | 155 #include "SVGViewElement.cpp" |
| 150 #include "SVGViewSpec.cpp" | 156 #include "SVGViewSpec.cpp" |
| 151 #include "SVGZoomAndPan.cpp" | 157 #include "SVGZoomAndPan.cpp" |
| 152 #include "SVGZoomEvent.cpp" | 158 #include "SVGZoomEvent.cpp" |
| 153 #include "SynchronizablePropertyController.cpp" | 159 #include "SynchronizablePropertyController.cpp" |
| OLD | NEW |