1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 19:57:44 +00:00

Meta: Port recent build changes to gn build

This ports the following commits:

848ec538c6
703c2bb06e
27dd2a40ad
daefe744ba
9812031a02
4c0816b002
8bb275f2ea
3f122b7335
This commit is contained in:
Sebastian Zaha 2023-08-28 11:38:30 +02:00 committed by Andrew Kaster
parent 4a124333c8
commit 967cb86c5b
8 changed files with 20 additions and 1 deletions

View file

@ -26,6 +26,7 @@ source_set("DOM") {
"EventDispatcher.cpp",
"EventTarget.cpp",
"HTMLCollection.cpp",
"HTMLFormControlsCollection.cpp",
"IDLEventListener.cpp",
"LiveNodeList.cpp",
"MutationObserver.cpp",
@ -41,6 +42,7 @@ source_set("DOM") {
"Position.cpp",
"ProcessingInstruction.cpp",
"QualifiedName.cpp",
"RadioNodeList.cpp",
"Range.cpp",
"ShadowRoot.cpp",
"StaticNodeList.cpp",