From 36bdf45f363f0419a2e92ccdc9ab61aa2049bd26 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Mon, 15 Jan 2024 11:33:41 -0500 Subject: [PATCH] Meta: Port recent changes to the GN build Ports de32b77ceb9. --- Meta/gn/secondary/Userland/Libraries/LibWeb/Painting/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/Meta/gn/secondary/Userland/Libraries/LibWeb/Painting/BUILD.gn b/Meta/gn/secondary/Userland/Libraries/LibWeb/Painting/BUILD.gn index b866f01c4f..966093079f 100644 --- a/Meta/gn/secondary/Userland/Libraries/LibWeb/Painting/BUILD.gn +++ b/Meta/gn/secondary/Userland/Libraries/LibWeb/Painting/BUILD.gn @@ -25,6 +25,7 @@ source_set("Painting") { "PaintContext.cpp", "Paintable.cpp", "PaintableBox.cpp", + "PaintableFragment.cpp", "PaintingCommandExecutorCPU.cpp", "RadioButtonPaintable.cpp", "RecordingPainter.cpp",