mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 02:12:09 -05:00
parent
389a55fe36
commit
1d81cfe168
3 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,7 @@ source_set("Painting") {
|
|||
"//Userland/", # For LibGfx needing LibGUI needing WindowServer types
|
||||
]
|
||||
sources = [
|
||||
"AffineCommandExecutorCPU.cpp",
|
||||
"AudioPaintable.cpp",
|
||||
"BackgroundPainting.cpp",
|
||||
"BorderPainting.cpp",
|
||||
|
|
|
@ -18,6 +18,8 @@ source_set("WebAudio") {
|
|||
"BaseAudioContext.h",
|
||||
"DynamicsCompressorNode.cpp",
|
||||
"DynamicsCompressorNode.h",
|
||||
"GainNode.cpp",
|
||||
"GainNode.h",
|
||||
"OfflineAudioContext.cpp",
|
||||
"OfflineAudioContext.h",
|
||||
"OscillatorNode.cpp",
|
||||
|
|
|
@ -320,6 +320,7 @@ standard_idl_files = [
|
|||
"//Userland/Libraries/LibWeb/WebAudio/AudioScheduledSourceNode.idl",
|
||||
"//Userland/Libraries/LibWeb/WebAudio/BaseAudioContext.idl",
|
||||
"//Userland/Libraries/LibWeb/WebAudio/DynamicsCompressorNode.idl",
|
||||
"//Userland/Libraries/LibWeb/WebAudio/GainNode.idl",
|
||||
"//Userland/Libraries/LibWeb/WebAudio/OfflineAudioContext.idl",
|
||||
"//Userland/Libraries/LibWeb/WebAudio/OscillatorNode.idl",
|
||||
"//Userland/Libraries/LibWeb/WebAudio/PeriodicWave.idl",
|
||||
|
|
Loading…
Add table
Reference in a new issue