mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 22:52:22 +02:00
Meta: Port recent changes to the gn build
daaaaec2d05824916f8c3a87c000c445a47cb32b11d746a67fcb97eef2cffb8edcea00
This commit is contained in:
committed by
Andrew Kaster
parent
fb81668d8f
commit
1f8a7db6db
Notes:
sideshowbarker
2024-07-16 18:03:21 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/1f8a7db6db Pull-request: https://github.com/SerenityOS/serenity/pull/23304 Reviewed-by: https://github.com/clausecker Reviewed-by: https://github.com/timschumi ✅ Reviewed-by: https://github.com/trflynn89 ✅
@@ -1,5 +1,14 @@
|
||||
source_set("ResizeObserver") {
|
||||
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
||||
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
||||
sources = [ "ResizeObserver.cpp" ]
|
||||
sources = [
|
||||
"ResizeObservation.cpp",
|
||||
"ResizeObservation.h",
|
||||
"ResizeObserver.cpp",
|
||||
"ResizeObserver.h",
|
||||
"ResizeObserverEntry.cpp",
|
||||
"ResizeObserverEntry.h",
|
||||
"ResizeObserverSize.cpp",
|
||||
"ResizeObserverSize.h",
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user