Files
evolution/data/webkit/CMakeLists.txt
Milan Crha 1d7e3e75cc EWebView: Use JavaScriptCore API of WebKitGTK+
All the previews (in Mail, Contacts, Memos and Tasks) stop using
deprecated WebKitGTK+ DOM API through a WebExtension (and its D-Bus
API) and start using the JavaScriptCore API (and JavaScript as such).
This allows to lightweight the WebExtension for the EWebView
significantly, including drop of the D-Bus API of it, fully relying
on the Inter-Process-Communication of WebKitGTK+ itself.
2019-10-09 12:26:12 +02:00

11 lines
139 B
CMake

set(DATA_FILES
e-convert.js
e-web-view.js
webview.css
webview-print.css
)
install(FILES ${DATA_FILES}
DESTINATION ${webkitdatadir}
)