mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:07:35 +00:00
LibWeb: Move WebContentView from Demos/WebView into LibWeb
This commit is contained in:
parent
32243e1df2
commit
7a7e39c7af
7 changed files with 6 additions and 9 deletions
|
@ -109,11 +109,15 @@ set(SOURCES
|
|||
CSS/PropertyID.h
|
||||
CSS/PropertyID.cpp
|
||||
CSS/DefaultStyleSheetSource.cpp
|
||||
WebContentView.cpp
|
||||
WebContentClient.cpp
|
||||
)
|
||||
|
||||
set(GENERATED_SOURCES
|
||||
../../Services/ProtocolServer/ProtocolClientEndpoint.h
|
||||
../../Services/ProtocolServer/ProtocolServerEndpoint.h
|
||||
../../Services/WebContent/WebContentClientEndpoint.h
|
||||
../../Services/WebContent/WebContentServerEndpoint.h
|
||||
)
|
||||
|
||||
set_property(GLOBAL PROPERTY wrapper_sources)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue