mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:27:45 +00:00
Meta: Add gn build rules for LibWeb
This commit is contained in:
parent
7b3d0fb002
commit
85c8cd5205
60 changed files with 1966 additions and 0 deletions
38
Meta/gn/secondary/Userland/Libraries/LibWeb/SVG/BUILD.gn
Normal file
38
Meta/gn/secondary/Userland/Libraries/LibWeb/SVG/BUILD.gn
Normal file
|
@ -0,0 +1,38 @@
|
|||
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",
|
||||
"SVGPathElement.cpp",
|
||||
"SVGPolygonElement.cpp",
|
||||
"SVGPolylineElement.cpp",
|
||||
"SVGRadialGradientElement.cpp",
|
||||
"SVGRectElement.cpp",
|
||||
"SVGSVGElement.cpp",
|
||||
"SVGStopElement.cpp",
|
||||
"SVGStyleElement.cpp",
|
||||
"SVGSymbolElement.cpp",
|
||||
"SVGTextContentElement.cpp",
|
||||
"SVGTitleElement.cpp",
|
||||
"SVGUseElement.cpp",
|
||||
"TagNames.cpp",
|
||||
"ViewBox.cpp",
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue