2022-04-30 10:46:33 +02:00
|
|
|
set(SOURCES
|
2022-12-28 17:26:23 -06:00
|
|
|
AccessibilityTreeModel.cpp
|
2023-05-21 08:52:03 -05:00
|
|
|
AriaPropertiesStateModel.cpp
|
2022-04-30 11:13:33 +02:00
|
|
|
DOMTreeModel.cpp
|
2022-04-30 10:46:33 +02:00
|
|
|
OutOfProcessWebView.cpp
|
2022-04-30 12:06:30 +02:00
|
|
|
RequestServerAdapter.cpp
|
2022-04-30 11:15:31 +02:00
|
|
|
StylePropertiesModel.cpp
|
2023-01-12 19:27:17 +00:00
|
|
|
ViewImplementation.cpp
|
2022-04-30 10:46:33 +02:00
|
|
|
WebContentClient.cpp
|
2022-04-30 11:26:21 +02:00
|
|
|
WebSocketClientAdapter.cpp
|
2022-04-30 10:46:33 +02:00
|
|
|
)
|
|
|
|
|
|
|
|
set(GENERATED_SOURCES
|
|
|
|
../../Services/RequestServer/RequestClientEndpoint.h
|
|
|
|
../../Services/RequestServer/RequestServerEndpoint.h
|
|
|
|
../../Services/WebContent/WebContentClientEndpoint.h
|
|
|
|
../../Services/WebContent/WebContentServerEndpoint.h
|
|
|
|
)
|
|
|
|
|
|
|
|
serenity_lib(LibWebView webview)
|
2022-10-21 21:43:56 +02:00
|
|
|
target_link_libraries(LibWebView PRIVATE LibCore LibFileSystemAccessClient LibGfx LibGUI LibIPC LibProtocol LibWeb)
|