1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-08-01 11:57:34 +00:00

Meta: Port recent changes to the GN build

f9e5b43b7a
b9dc2d7ebf
fa692ae3f6
This commit is contained in:
Timothy Flynn 2024-02-27 18:44:23 -05:00 committed by Tim Flynn
parent 5a116a8f72
commit e1e42f5f58
5 changed files with 8 additions and 5 deletions

View file

@ -320,6 +320,7 @@ shared_library("LibWeb") {
"Crypto",
"DOM",
"DOMParsing",
"DOMURL",
"Encoding",
"Fetch",
"FileAPI",
@ -348,7 +349,6 @@ shared_library("LibWeb") {
"Selection",
"Streams",
"UIEvents",
"URL",
"UserTiming",
"WebAssembly",
"WebDriver",