1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-31 15: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

@ -0,0 +1,9 @@
source_set("DOMURL") {
configs += [ "//Userland/Libraries/LibWeb:configs" ]
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
sources = [
"DOMURL.cpp",
"URLSearchParams.cpp",
"URLSearchParamsIterator.cpp",
]
}