1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:07:35 +00:00
Timothy Flynn 2023-11-13 16:13:09 -05:00 committed by Tim Flynn
parent 6ac57448af
commit 652bbe172b
11 changed files with 56 additions and 8 deletions

View file

@ -108,7 +108,6 @@ shared_library("LibWebView") {
"//AK",
"//Userland/Libraries/LibCore",
"//Userland/Libraries/LibFileSystem",
"//Userland/Libraries/LibGUI",
"//Userland/Libraries/LibGfx",
"//Userland/Libraries/LibIPC",
"//Userland/Libraries/LibJS",
@ -117,16 +116,15 @@ shared_library("LibWebView") {
"//Userland/Libraries/LibWeb",
]
sources = [
"AccessibilityTreeModel.cpp",
"ConsoleClient.cpp",
"CookieJar.cpp",
"DOMTreeModel.cpp",
"Database.cpp",
"History.cpp",
"PropertyTableModel.cpp",
"RequestServerAdapter.cpp",
"SearchEngine.cpp",
"SourceHighlighter.cpp",
"StylePropertiesModel.cpp",
"TreeModel.cpp",
"URL.cpp",
"UserAgent.cpp",
"ViewImplementation.cpp",