From 769673814061a35ce13ee68dfd278759fd47324a Mon Sep 17 00:00:00 2001 From: Sebastian Zaha Date: Wed, 19 Jul 2023 21:40:56 +0200 Subject: [PATCH] Meta: Port recent LibWeb and LibJS changes to gn build This ports the following commits: a8587fe54e14e106b03a2c1c47829962078cc9ba 9d7215c636eebfb03c0f9dc6e5be25d66e82d1b5 --- Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn | 1 - .../secondary/Userland/Libraries/LibWeb/CSS/StyleValues/BUILD.gn | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn b/Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn index 51a36febf2..26a7065a59 100644 --- a/Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn +++ b/Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn @@ -165,7 +165,6 @@ shared_library("LibJS") { "Runtime/IteratorConstructor.cpp", "Runtime/IteratorHelper.cpp", "Runtime/IteratorHelperPrototype.cpp", - "Runtime/IteratorOperations.cpp", "Runtime/IteratorPrototype.cpp", "Runtime/JSONObject.cpp", "Runtime/JobCallback.cpp", 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 5ecf2a8c01..3ba3532267 100644 --- a/Meta/gn/secondary/Userland/Libraries/LibWeb/CSS/StyleValues/BUILD.gn +++ b/Meta/gn/secondary/Userland/Libraries/LibWeb/CSS/StyleValues/BUILD.gn @@ -36,6 +36,7 @@ source_set("StyleValues") { "NumberStyleValue.cpp", "OverflowStyleValue.cpp", "PlaceContentStyleValue.cpp", + "PlaceItemsStyleValue.cpp", "PositionStyleValue.cpp", "RadialGradientStyleValue.cpp", "RectStyleValue.cpp",