mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:57:35 +00:00
Ladybird/Android: Bind WebSocketService for WebSocket purposes
Similar to the RequestServer, bind this from the WebContentService implementation and have it work the same way. Deduplicate some code while we're here.
This commit is contained in:
parent
a243bc465f
commit
ff0494c63b
9 changed files with 133 additions and 8 deletions
|
@ -45,7 +45,7 @@ macro(install_service_lib service)
|
|||
endif()
|
||||
endif()
|
||||
endmacro()
|
||||
foreach(service IN LISTS webcontent requestserver)
|
||||
foreach(service IN LISTS webcontent requestserver websocket)
|
||||
install_service_lib(${service})
|
||||
endforeach()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue