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
Notes: sideshowbarker 2024-07-17 10:54:05 +09:00
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)