mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:17:34 +00:00
LibWeb: Move ResourceLoader into a new Loader/ directory
This commit is contained in:
parent
77a3710e9d
commit
6ed11f1d1c
13 changed files with 12 additions and 12 deletions
|
@ -83,6 +83,7 @@ set(SOURCES
|
|||
Layout/LayoutWidget.cpp
|
||||
Layout/LineBox.cpp
|
||||
Layout/LineBoxFragment.cpp
|
||||
Loader/ResourceLoader.cpp
|
||||
PageView.cpp
|
||||
Parser/CSSParser.cpp
|
||||
Parser/Entities.cpp
|
||||
|
@ -92,7 +93,6 @@ set(SOURCES
|
|||
Parser/HTMLTokenizer.cpp
|
||||
Parser/ListOfActiveFormattingElements.cpp
|
||||
Parser/StackOfOpenElements.cpp
|
||||
ResourceLoader.cpp
|
||||
StylePropertiesModel.cpp
|
||||
URLEncoder.cpp
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue