mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:37:34 +00:00
LibWebView: Remove the DumpLayoutTree program
This program's purpose is now achieved with headless-browser, which has the added benefit of being runnable outside of Serenity.
This commit is contained in:
parent
77008d4bac
commit
d1a1b1ab75
4 changed files with 1 additions and 36 deletions
|
@ -18,5 +18,3 @@ set(GENERATED_SOURCES
|
|||
|
||||
serenity_lib(LibWebView webview)
|
||||
target_link_libraries(LibWebView PRIVATE LibCore LibFileSystemAccessClient LibGfx LibGUI LibIPC LibProtocol LibWeb)
|
||||
|
||||
add_subdirectory(DumpLayoutTree)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue