mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 03:18:11 +00:00

This ports the following commits:f76c614a84
ddbe6bd7b4
2eaa528a0e
1b40bf9783
9f6ceff7cf
52d6df5ee5
9e22f01eba
bf4e2f3e9c
da2cd73bcf
42 lines
1.1 KiB
Text
42 lines
1.1 KiB
Text
source_set("SVG") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [
|
|
"AttributeNames.cpp",
|
|
"AttributeParser.cpp",
|
|
"SVGAnimatedLength.cpp",
|
|
"SVGAnimatedNumber.cpp",
|
|
"SVGCircleElement.cpp",
|
|
"SVGClipPathElement.cpp",
|
|
"SVGDecodedImageData.cpp",
|
|
"SVGDefsElement.cpp",
|
|
"SVGElement.cpp",
|
|
"SVGEllipseElement.cpp",
|
|
"SVGForeignObjectElement.cpp",
|
|
"SVGGElement.cpp",
|
|
"SVGGeometryElement.cpp",
|
|
"SVGGradientElement.cpp",
|
|
"SVGGraphicsElement.cpp",
|
|
"SVGLength.cpp",
|
|
"SVGLineElement.cpp",
|
|
"SVGLinearGradientElement.cpp",
|
|
"SVGMaskElement.cpp",
|
|
"SVGPathElement.cpp",
|
|
"SVGPolygonElement.cpp",
|
|
"SVGPolylineElement.cpp",
|
|
"SVGRadialGradientElement.cpp",
|
|
"SVGRectElement.cpp",
|
|
"SVGSVGElement.cpp",
|
|
"SVGStopElement.cpp",
|
|
"SVGStyleElement.cpp",
|
|
"SVGSymbolElement.cpp",
|
|
"SVGTSpanElement.cpp",
|
|
"SVGTextContentElement.cpp",
|
|
"SVGTextElement.cpp",
|
|
"SVGTextPositioningElement.cpp",
|
|
"SVGTitleElement.cpp",
|
|
"SVGUseElement.cpp",
|
|
"TagNames.cpp",
|
|
"ViewBox.cpp",
|
|
]
|
|
}
|