1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-08-01 11:57:34 +00:00

Meta: Port recent changes to the gn build

daaaaec2d0
5824916f8c
3a87c000c4
45a47cb32b
11d746a67f
cb97eef2cf
fb8edcea00
This commit is contained in:
Andrew Kaster 2024-02-21 21:32:02 -07:00 committed by Andrew Kaster
parent fb81668d8f
commit 1f8a7db6db
6 changed files with 26 additions and 3 deletions

View file

@ -2,6 +2,8 @@ source_set("Animations") {
configs += [ "//Userland/Libraries/LibWeb:configs" ]
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
sources = [
"Animatable.cpp",
"Animatable.h",
"Animation.cpp",
"Animation.h",
"AnimationEffect.cpp",
@ -12,6 +14,8 @@ source_set("Animations") {
"AnimationTimeline.h",
"DocumentTimeline.cpp",
"DocumentTimeline.h",
"KeyframeEffect.cpp",
"KeyframeEffect.h",
"TimingFunction.cpp",
"TimingFunction.h",
]