Meta: Port recent changes to the GN build

cd07249482
acd5369774
7d05fe84bc
This commit is contained in:
Timothy Flynn 2024-04-27 20:36:49 -04:00 committed by Andrew Kaster
parent c96730c984
commit 1b859bac64
2 changed files with 4 additions and 0 deletions

View file

@ -37,6 +37,7 @@ source_set("Layout") {
"ReplacedBox.cpp",
"SVGBox.cpp",
"SVGClipBox.cpp",
"SVGForeignObjectBox.cpp",
"SVGFormattingContext.cpp",
"SVGGeometryBox.cpp",
"SVGGraphicsBox.cpp",

View file

@ -14,6 +14,7 @@ source_set("Painting") {
"ButtonPaintable.cpp",
"CanvasPaintable.cpp",
"CheckBoxPaintable.cpp",
"ClippableAndScrollable.cpp",
"Command.cpp",
"CommandExecutorCPU.cpp",
"CommandList.cpp",
@ -32,8 +33,10 @@ source_set("Painting") {
"RadioButtonPaintable.cpp",
"RecordingPainter.cpp",
"SVGClipPaintable.cpp",
"SVGForeignObjectPaintable.cpp",
"SVGGraphicsPaintable.cpp",
"SVGMaskPaintable.cpp",
"SVGMaskable.cpp",
"SVGPaintable.cpp",
"SVGPathPaintable.cpp",
"SVGSVGPaintable.cpp",