mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Meta: Add missing IDL files to the GN build
Unclear why these being missing did not cause a compilation error.
This commit is contained in:
committed by
Andrew Kaster
parent
cc84dba7e8
commit
0bd5e94958
@@ -0,0 +1,26 @@
|
||||
source_set("WebAudio") {
|
||||
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
||||
|
||||
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
||||
|
||||
sources = [
|
||||
"AudioBuffer.cpp",
|
||||
"AudioBuffer.h",
|
||||
"AudioContext.cpp",
|
||||
"AudioContext.h",
|
||||
"AudioNode.cpp",
|
||||
"AudioNode.h",
|
||||
"AudioParam.cpp",
|
||||
"AudioParam.h",
|
||||
"AudioScheduledSourceNode.cpp",
|
||||
"AudioScheduledSourceNode.h",
|
||||
"BaseAudioContext.cpp",
|
||||
"BaseAudioContext.h",
|
||||
"OfflineAudioContext.cpp",
|
||||
"OfflineAudioContext.h",
|
||||
"OscillatorNode.cpp",
|
||||
"OscillatorNode.h",
|
||||
"PeriodicWave.cpp",
|
||||
"PeriodicWave.h",
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user