mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:17:44 +00:00
LibWebView: Move the DumpLayoutTree utility to LibWebView
This patch has no functional changes.
This commit is contained in:
parent
dcbbbf5b4a
commit
97a67f5501
4 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -12,3 +12,5 @@ set(GENERATED_SOURCES
|
|||
|
||||
serenity_lib(LibWebView webview)
|
||||
target_link_libraries(LibWebView LibGfx LibGUI LibIPC LibWeb)
|
||||
|
||||
add_subdirectory(DumpLayoutTree)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue