summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/CMakeLists.txt
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-06-01 20:42:50 +0200
committerAndreas Kling <kling@serenityos.org>2020-06-01 20:42:50 +0200
commit6ed11f1d1c268dec07c5bc595b4493a7f8efa6f1 (patch)
treee2ea3a16964e09260c34f3632daa0bc49df84713 /Libraries/LibWeb/CMakeLists.txt
parent77a3710e9ddecf42ad726bd814eed7932c54252a (diff)
downloadserenity-6ed11f1d1c268dec07c5bc595b4493a7f8efa6f1.zip
LibWeb: Move ResourceLoader into a new Loader/ directory
Diffstat (limited to 'Libraries/LibWeb/CMakeLists.txt')
-rw-r--r--Libraries/LibWeb/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Libraries/LibWeb/CMakeLists.txt b/Libraries/LibWeb/CMakeLists.txt
index 4e976a2dad..1474207ce1 100644
--- a/Libraries/LibWeb/CMakeLists.txt
+++ b/Libraries/LibWeb/CMakeLists.txt
@@ -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