Skip to content

Commit

Permalink
[WebKitBrowser] Abstract cookie jar crypto (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebaszm authored Oct 3, 2023
1 parent 999211b commit eefc5bf
Show file tree
Hide file tree
Showing 5 changed files with 368 additions and 69 deletions.
3 changes: 2 additions & 1 deletion WebKitBrowser/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ set(PLUGIN_AMAZON_MEMORYPRESSURE_NETWORKPROCESS_SETTINGS_POLLINTERVAL ${PLUGIN_W

find_package(${NAMESPACE}Plugins REQUIRED)
find_package(${NAMESPACE}Definitions REQUIRED)
find_package(${NAMESPACE}Cryptography REQUIRED)
find_package(CompileSettingsDebug CONFIG REQUIRED)
find_package(WPEWebKit REQUIRED)
find_package(WPEBackend REQUIRED)
Expand Down Expand Up @@ -261,6 +262,7 @@ target_link_libraries(${PLUGIN_WEBKITBROWSER_IMPLEMENTATION}
PRIVATE
${NAMESPACE}Plugins::${NAMESPACE}Plugins
${NAMESPACE}Definitions::${NAMESPACE}Definitions
${NAMESPACE}Cryptography::${NAMESPACE}Cryptography
WPEBackend::WPEBackend
WPEWebKit::WPEWebKit)

Expand All @@ -273,7 +275,6 @@ if (PLUGIN_WEBKITBROWSER_CLOUD_COOKIEJAR)
PRIVATE
ENABLE_CLOUD_COOKIE_JAR=1)
target_sources(${PLUGIN_WEBKITBROWSER_IMPLEMENTATION} PRIVATE CookieJar.cpp)
include(CookieJarCrypto/CMakeLists.txt)
endif()

if (PLUGIN_WEBKITBROWSER_LOGGING_UTILS)
Expand Down
Loading

0 comments on commit eefc5bf

Please sign in to comment.