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
|
2023-08-29 11:44:18 -04:00
|
|
|
ConsoleClient.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
|
2023-08-28 14:47:29 -04:00
|
|
|
SourceHighlighter.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
|
|
|
)
|
|
|
|
|
2023-08-24 11:01:09 +01:00
|
|
|
embed_as_string_view(
|
|
|
|
"NativeStyleSheetSource.cpp"
|
|
|
|
"${CMAKE_CURRENT_SOURCE_DIR}/Native.css"
|
|
|
|
"NativeStyleSheetSource.cpp"
|
|
|
|
"native_stylesheet_source"
|
|
|
|
NAMESPACE "WebView"
|
|
|
|
)
|
|
|
|
|
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
|
2023-08-24 11:01:09 +01:00
|
|
|
NativeStyleSheetSource.cpp
|
2022-04-30 10:46:33 +02:00
|
|
|
)
|
|
|
|
|
|
|
|
serenity_lib(LibWebView webview)
|
2023-08-29 11:44:18 -04:00
|
|
|
target_link_libraries(LibWebView PRIVATE LibCore LibFileSystemAccessClient LibGfx LibGUI LibIPC LibProtocol LibJS LibWeb)
|