From 1b859bac64548676dd3501464e6f520780e59d97 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Sat, 27 Apr 2024 20:36:49 -0400 Subject: [PATCH] Meta: Port recent changes to the GN build cd07249482e91e2dd1aaa676ee7ff8f201466524 acd53697748f135be184c9cfec515a7c837e001e 7d05fe84bc7d11e40b8af6e3e1bfb6b700285903 --- Meta/gn/secondary/Userland/Libraries/LibWeb/Layout/BUILD.gn | 1 + Meta/gn/secondary/Userland/Libraries/LibWeb/Painting/BUILD.gn | 3 +++ 2 files changed, 4 insertions(+) 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",