mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 02:54:54 +03:00
LibWeb: Move WebContentView from Demos/WebView into LibWeb
This commit is contained in:
parent
32243e1df2
commit
7a7e39c7af
Notes:
sideshowbarker
2024-07-19 05:06:15 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/7a7e39c7af4
@ -1,13 +1,6 @@
|
||||
set(SOURCES
|
||||
main.cpp
|
||||
WebContentView.cpp
|
||||
WebContentClient.cpp
|
||||
)
|
||||
|
||||
set(GENERATED_SOURCES
|
||||
../../Services/WebContent/WebContentClientEndpoint.h
|
||||
../../Services/WebContent/WebContentServerEndpoint.h
|
||||
)
|
||||
|
||||
serenity_bin(WebView)
|
||||
target_link_libraries(WebView LibGUI)
|
||||
target_link_libraries(WebView LibWeb LibGUI)
|
||||
|
@ -24,13 +24,13 @@
|
||||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "WebContentView.h"
|
||||
#include <AK/URL.h>
|
||||
#include <LibGUI/Application.h>
|
||||
#include <LibGUI/BoxLayout.h>
|
||||
#include <LibGUI/StatusBar.h>
|
||||
#include <LibGUI/Widget.h>
|
||||
#include <LibGUI/Window.h>
|
||||
#include <LibWeb/WebContentView.h>
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
|
@ -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…
Reference in New Issue
Block a user