mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 23:35:07 +00:00
20 lines
444 B
Text
20 lines
444 B
Text
source_set("Infrastructure") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [
|
|
"HTTP",
|
|
"//Userland/Libraries/LibWeb:all_generated",
|
|
]
|
|
sources = [
|
|
"ConnectionTimingInfo.cpp",
|
|
"FetchAlgorithms.cpp",
|
|
"FetchController.cpp",
|
|
"FetchParams.cpp",
|
|
"FetchTimingInfo.cpp",
|
|
"HTTP.cpp",
|
|
"MimeTypeBlocking.cpp",
|
|
"NoSniffBlocking.cpp",
|
|
"PortBlocking.cpp",
|
|
"Task.cpp",
|
|
"URL.cpp",
|
|
]
|
|
}
|