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:
parent
5a116a8f72
commit
e1e42f5f58
5 changed files with 8 additions and 5 deletions
|
@ -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",
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue