mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 09:07:35 +00:00
Meta: Port recent build changes to gn build
This ports the following commits:e26ead0995
5c5a00dd3a
This commit is contained in:
parent
0adda642a6
commit
8dcb7c29ad
2 changed files with 7 additions and 3 deletions
|
@ -78,9 +78,6 @@ executable("ladybird_executable") {
|
||||||
"//Userland/Libraries/LibWebView",
|
"//Userland/Libraries/LibWebView",
|
||||||
]
|
]
|
||||||
sources = [
|
sources = [
|
||||||
"//Userland/Applications/Browser/CookieJar.cpp",
|
|
||||||
"//Userland/Applications/Browser/Database.cpp",
|
|
||||||
"//Userland/Applications/Browser/History.cpp",
|
|
||||||
"HelperProcess.cpp",
|
"HelperProcess.cpp",
|
||||||
"Qt/AutoComplete.cpp",
|
"Qt/AutoComplete.cpp",
|
||||||
"Qt/BrowserWindow.cpp",
|
"Qt/BrowserWindow.cpp",
|
||||||
|
|
|
@ -70,13 +70,20 @@ shared_library("LibWebView") {
|
||||||
"//Userland/Libraries/LibGUI",
|
"//Userland/Libraries/LibGUI",
|
||||||
"//Userland/Libraries/LibGfx",
|
"//Userland/Libraries/LibGfx",
|
||||||
"//Userland/Libraries/LibIPC",
|
"//Userland/Libraries/LibIPC",
|
||||||
|
"//Userland/Libraries/LibJS",
|
||||||
"//Userland/Libraries/LibProtocol",
|
"//Userland/Libraries/LibProtocol",
|
||||||
|
"//Userland/Libraries/LibSQL",
|
||||||
"//Userland/Libraries/LibWeb",
|
"//Userland/Libraries/LibWeb",
|
||||||
]
|
]
|
||||||
sources = [
|
sources = [
|
||||||
"AccessibilityTreeModel.cpp",
|
"AccessibilityTreeModel.cpp",
|
||||||
|
"ConsoleClient.cpp",
|
||||||
|
"CookieJar.cpp",
|
||||||
"DOMTreeModel.cpp",
|
"DOMTreeModel.cpp",
|
||||||
|
"Database.cpp",
|
||||||
|
"History.cpp",
|
||||||
"RequestServerAdapter.cpp",
|
"RequestServerAdapter.cpp",
|
||||||
|
"SourceHighlighter.cpp",
|
||||||
"StylePropertiesModel.cpp",
|
"StylePropertiesModel.cpp",
|
||||||
"ViewImplementation.cpp",
|
"ViewImplementation.cpp",
|
||||||
"WebContentClient.cpp",
|
"WebContentClient.cpp",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue