1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 22:27:35 +00:00

LibWebView: Move the DumpLayoutTree utility to LibWebView

This patch has no functional changes.
This commit is contained in:
DexesTTP 2022-04-30 11:11:12 +02:00 committed by Andreas Kling
parent dcbbbf5b4a
commit 97a67f5501
4 changed files with 2 additions and 2 deletions

View file

@ -386,5 +386,3 @@ generate_js_wrappers(LibWeb)
# Note: If you're looking for the calls to "libweb_js_wrapper()",
# they have been moved to "idl_files.cmake"
add_subdirectory(DumpLayoutTree)

View file

@ -12,3 +12,5 @@ set(GENERATED_SOURCES
serenity_lib(LibWebView webview)
target_link_libraries(LibWebView LibGfx LibGUI LibIPC LibWeb)
add_subdirectory(DumpLayoutTree)