mirror of
https://github.com/RGBCube/serenity
synced 2025-07-31 06:07:44 +00:00
13 lines
342 B
Text
13 lines
342 B
Text
source_set("XHR") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [
|
|
"EventNames.cpp",
|
|
"FormData.cpp",
|
|
"FormDataIterator.cpp",
|
|
"ProgressEvent.cpp",
|
|
"XMLHttpRequest.cpp",
|
|
"XMLHttpRequestEventTarget.cpp",
|
|
"XMLHttpRequestUpload.cpp",
|
|
]
|
|
}
|