From 3a8c81a4607c0ea4f60f0cfca63da2271fc12d64 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Sat, 9 Mar 2024 14:27:42 -0500 Subject: [PATCH] Meta: Port recent changes to the GN build fceba6a257423098bce72c7248ce137e1bac7a39 8ce8697a668146b2edcd8a6e5a0415a0cdefb58e --- Meta/gn/secondary/Userland/Libraries/LibWeb/DOM/BUILD.gn | 1 + Meta/gn/secondary/Userland/Libraries/LibWeb/WebIDL/BUILD.gn | 1 + 2 files changed, 2 insertions(+) diff --git a/Meta/gn/secondary/Userland/Libraries/LibWeb/DOM/BUILD.gn b/Meta/gn/secondary/Userland/Libraries/LibWeb/DOM/BUILD.gn index 36f843a120..3f8a1ff87c 100644 --- a/Meta/gn/secondary/Userland/Libraries/LibWeb/DOM/BUILD.gn +++ b/Meta/gn/secondary/Userland/Libraries/LibWeb/DOM/BUILD.gn @@ -6,6 +6,7 @@ source_set("DOM") { "AbortSignal.cpp", "AbstractRange.cpp", "AccessibilityTreeNode.cpp", + "AdoptedStyleSheets.cpp", "Attr.cpp", "CDATASection.cpp", "CharacterData.cpp", diff --git a/Meta/gn/secondary/Userland/Libraries/LibWeb/WebIDL/BUILD.gn b/Meta/gn/secondary/Userland/Libraries/LibWeb/WebIDL/BUILD.gn index 46a2f2916f..e2bb3768c1 100644 --- a/Meta/gn/secondary/Userland/Libraries/LibWeb/WebIDL/BUILD.gn +++ b/Meta/gn/secondary/Userland/Libraries/LibWeb/WebIDL/BUILD.gn @@ -6,6 +6,7 @@ source_set("WebIDL") { "Buffers.cpp", "CallbackType.cpp", "DOMException.cpp", + "ObservableArray.cpp", "OverloadResolution.cpp", "Promise.cpp", ]