mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 21:35:07 +00:00

86ee7d219e
75caccafa4
1b30b510b9
bb43bd2dee
6322d68b1b
73ef102b01
923027b1df
dfa79ba6d8
66c9696687
521f8bd5f2
734076946b
0df06ce273
1ca46afa2f
66bd75f2b9
43dc9dfb69
4b94b0b561
4c5d48f861
c4efc0a5aa
3999c74237
4d356cfca5
18 lines
477 B
Text
18 lines
477 B
Text
source_set("Animations") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [
|
|
"Animation.cpp",
|
|
"Animation.h",
|
|
"AnimationEffect.cpp",
|
|
"AnimationEffect.h",
|
|
"AnimationPlaybackEvent.cpp",
|
|
"AnimationPlaybackEvent.h",
|
|
"AnimationTimeline.cpp",
|
|
"AnimationTimeline.h",
|
|
"DocumentTimeline.cpp",
|
|
"DocumentTimeline.h",
|
|
"TimingFunction.cpp",
|
|
"TimingFunction.h",
|
|
]
|
|
}
|