diff --git a/Meta/gn/secondary/Userland/Libraries/LibWeb/Layout/BUILD.gn b/Meta/gn/secondary/Userland/Libraries/LibWeb/Layout/BUILD.gn index 173c1f17ead..ca29ca8ef3d 100644 --- a/Meta/gn/secondary/Userland/Libraries/LibWeb/Layout/BUILD.gn +++ b/Meta/gn/secondary/Userland/Libraries/LibWeb/Layout/BUILD.gn @@ -37,6 +37,7 @@ source_set("Layout") { "ReplacedBox.cpp", "SVGBox.cpp", "SVGClipBox.cpp", + "SVGForeignObjectBox.cpp", "SVGFormattingContext.cpp", "SVGGeometryBox.cpp", "SVGGraphicsBox.cpp", diff --git a/Meta/gn/secondary/Userland/Libraries/LibWeb/Painting/BUILD.gn b/Meta/gn/secondary/Userland/Libraries/LibWeb/Painting/BUILD.gn index fae4e3523ef..e6b871875c2 100644 --- a/Meta/gn/secondary/Userland/Libraries/LibWeb/Painting/BUILD.gn +++ b/Meta/gn/secondary/Userland/Libraries/LibWeb/Painting/BUILD.gn @@ -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",