mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:07:35 +00:00
Meta: Port recent changes to GN build
86ee7d219e
75caccafa4
1b30b510b9
bb43bd2dee
6322d68b1b
73ef102b01
923027b1df
dfa79ba6d8
66c9696687
521f8bd5f2
734076946b
0df06ce273
1ca46afa2f
66bd75f2b9
43dc9dfb69
4b94b0b561
4c5d48f861
c4efc0a5aa
3999c74237
4d356cfca5
This commit is contained in:
parent
6ac57448af
commit
652bbe172b
11 changed files with 56 additions and 8 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue