1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 19:17:44 +00:00

Ladybird+LibWeb: Rename FileDirectoryLoader to GeneratedPagesLoader

This commit is contained in:
Bastiaan van der Plaat 2023-09-21 17:32:31 +02:00 committed by Andrew Kaster
parent 6f8ceb49c2
commit 8f2319e966
8 changed files with 41 additions and 38 deletions

View file

@ -3,8 +3,8 @@ source_set("Loader") {
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
sources = [
"ContentFilter.cpp",
"FileDirectoryLoader.cpp",
"FileRequest.cpp",
"GeneratedPagesLoader.cpp",
"LoadRequest.cpp",
"ProxyMappings.cpp",
"Resource.cpp",