1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-31 16:57:34 +00:00

Meta: Port recent changes to the GN build

163b6bb401
3b4230e0b0
This commit is contained in:
Timothy Flynn 2024-03-12 09:43:43 -04:00 committed by Tim Flynn
parent 16fdb005f0
commit d5ce45b016
3 changed files with 3 additions and 0 deletions

View file

@ -2,6 +2,7 @@ source_set("CustomElements") {
configs += [ "//Userland/Libraries/LibWeb:configs" ]
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
sources = [
"CustomElementDefinition.cpp",
"CustomElementName.cpp",
"CustomElementReactionNames.cpp",
"CustomElementRegistry.cpp",