1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 09:04:59 +00:00

Meta: Port recent changes to the GN build

fceba6a257
8ce8697a66
This commit is contained in:
Timothy Flynn 2024-03-09 14:27:42 -05:00 committed by Alexander Kalenik
parent 33294aea86
commit 3a8c81a460
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@ source_set("DOM") {
"AbortSignal.cpp",
"AbstractRange.cpp",
"AccessibilityTreeNode.cpp",
"AdoptedStyleSheets.cpp",
"Attr.cpp",
"CDATASection.cpp",
"CharacterData.cpp",

View file

@ -6,6 +6,7 @@ source_set("WebIDL") {
"Buffers.cpp",
"CallbackType.cpp",
"DOMException.cpp",
"ObservableArray.cpp",
"OverloadResolution.cpp",
"Promise.cpp",
]