mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-05 00:56:39 +00:00
parent
389a55fe36
commit
1d81cfe168
Notes:
sideshowbarker
2024-07-16 22:54:10 +09:00
Author: https://github.com/trflynn89
Commit: 1d81cfe168
Pull-request: https://github.com/SerenityOS/serenity/pull/24484
Reviewed-by: https://github.com/nico ✅
3 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,7 @@ source_set("Painting") {
|
||||||
"//Userland/", # For LibGfx needing LibGUI needing WindowServer types
|
"//Userland/", # For LibGfx needing LibGUI needing WindowServer types
|
||||||
]
|
]
|
||||||
sources = [
|
sources = [
|
||||||
|
"AffineCommandExecutorCPU.cpp",
|
||||||
"AudioPaintable.cpp",
|
"AudioPaintable.cpp",
|
||||||
"BackgroundPainting.cpp",
|
"BackgroundPainting.cpp",
|
||||||
"BorderPainting.cpp",
|
"BorderPainting.cpp",
|
||||||
|
|
|
@ -18,6 +18,8 @@ source_set("WebAudio") {
|
||||||
"BaseAudioContext.h",
|
"BaseAudioContext.h",
|
||||||
"DynamicsCompressorNode.cpp",
|
"DynamicsCompressorNode.cpp",
|
||||||
"DynamicsCompressorNode.h",
|
"DynamicsCompressorNode.h",
|
||||||
|
"GainNode.cpp",
|
||||||
|
"GainNode.h",
|
||||||
"OfflineAudioContext.cpp",
|
"OfflineAudioContext.cpp",
|
||||||
"OfflineAudioContext.h",
|
"OfflineAudioContext.h",
|
||||||
"OscillatorNode.cpp",
|
"OscillatorNode.cpp",
|
||||||
|
|
|
@ -320,6 +320,7 @@ standard_idl_files = [
|
||||||
"//Userland/Libraries/LibWeb/WebAudio/AudioScheduledSourceNode.idl",
|
"//Userland/Libraries/LibWeb/WebAudio/AudioScheduledSourceNode.idl",
|
||||||
"//Userland/Libraries/LibWeb/WebAudio/BaseAudioContext.idl",
|
"//Userland/Libraries/LibWeb/WebAudio/BaseAudioContext.idl",
|
||||||
"//Userland/Libraries/LibWeb/WebAudio/DynamicsCompressorNode.idl",
|
"//Userland/Libraries/LibWeb/WebAudio/DynamicsCompressorNode.idl",
|
||||||
|
"//Userland/Libraries/LibWeb/WebAudio/GainNode.idl",
|
||||||
"//Userland/Libraries/LibWeb/WebAudio/OfflineAudioContext.idl",
|
"//Userland/Libraries/LibWeb/WebAudio/OfflineAudioContext.idl",
|
||||||
"//Userland/Libraries/LibWeb/WebAudio/OscillatorNode.idl",
|
"//Userland/Libraries/LibWeb/WebAudio/OscillatorNode.idl",
|
||||||
"//Userland/Libraries/LibWeb/WebAudio/PeriodicWave.idl",
|
"//Userland/Libraries/LibWeb/WebAudio/PeriodicWave.idl",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue