1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:27:43 +00:00
Timothy Flynn 2023-11-13 16:13:09 -05:00 committed by Tim Flynn
parent 6ac57448af
commit 652bbe172b
11 changed files with 56 additions and 8 deletions

View file

@ -289,8 +289,10 @@ shared_library("LibWeb") {
deps = [
":all_generated",
"ARIA",
"Animations",
"Bindings",
"CSS",
"Clipboard",
"Cookie",
"Crypto",
"DOM",
@ -331,6 +333,7 @@ shared_library("LibWeb") {
"WebIDL",
"WebSockets",
"XHR",
"XLink",
"XML",
"//AK",
"//Userland/Libraries/LibAudio",