From a38144fb2ac7be51112588691e76268fd033095f Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Sun, 26 May 2024 11:16:11 -0400 Subject: [PATCH] Meta: Port recent changes to the GN build 5f17d9b34a627409b03758c11f743dab9d76ffc9 --- .../secondary/Userland/Libraries/LibWeb/CSS/StyleValues/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/Meta/gn/secondary/Userland/Libraries/LibWeb/CSS/StyleValues/BUILD.gn b/Meta/gn/secondary/Userland/Libraries/LibWeb/CSS/StyleValues/BUILD.gn index 1c101cfeb8..fcf3125e28 100644 --- a/Meta/gn/secondary/Userland/Libraries/LibWeb/CSS/StyleValues/BUILD.gn +++ b/Meta/gn/secondary/Userland/Libraries/LibWeb/CSS/StyleValues/BUILD.gn @@ -5,6 +5,7 @@ source_set("StyleValues") { "AngleStyleValue.cpp", "BackgroundRepeatStyleValue.cpp", "BackgroundSizeStyleValue.cpp", + "BasicShapeStyleValue.cpp", "BorderRadiusStyleValue.cpp", "CalculatedStyleValue.cpp", "ColorStyleValue.cpp",