Meta: Port recent changes to the GN build

163b6bb401
3b4230e0b0
This commit is contained in:
Timothy Flynn 2024-03-12 09:43:43 -04:00 committed by Tim Flynn
parent 16fdb005f0
commit d5ce45b016
Notes: sideshowbarker 2024-07-17 06:40:21 +09:00
3 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@ source_set("CustomElements") {
configs += [ "//Userland/Libraries/LibWeb:configs" ]
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
sources = [
"CustomElementDefinition.cpp",
"CustomElementName.cpp",
"CustomElementReactionNames.cpp",
"CustomElementRegistry.cpp",

View File

@ -39,6 +39,7 @@ source_set("Layout") {
"SVGFormattingContext.cpp",
"SVGGeometryBox.cpp",
"SVGGraphicsBox.cpp",
"SVGMaskBox.cpp",
"SVGSVGBox.cpp",
"SVGTextBox.cpp",
"SVGTextPathBox.cpp",

View File

@ -32,6 +32,7 @@ source_set("Painting") {
"RadioButtonPaintable.cpp",
"RecordingPainter.cpp",
"SVGGraphicsPaintable.cpp",
"SVGMaskPaintable.cpp",
"SVGPaintable.cpp",
"SVGPathPaintable.cpp",
"SVGSVGPaintable.cpp",