Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(730)

Unified Diff: third_party/WebKit/Source/modules/modules_idl_files.gni

Issue 2102133002: Add constructors for WebAudio nodes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update files to the right GN files. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/modules_idl_files.gni
diff --git a/third_party/WebKit/Source/modules/modules_idl_files.gni b/third_party/WebKit/Source/modules/modules_idl_files.gni
index 6b54dc2151a79d6451d231fe7e09a4b9c44ce4cc..6156200cda106c37a523b61a67d3f04a6a1a1d8f 100644
--- a/third_party/WebKit/Source/modules/modules_idl_files.gni
+++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
@@ -459,7 +459,25 @@ modules_dictionary_idl_files =
"vr/VRDisplayEventInit.idl",
"vr/VRFieldOfViewInit.idl",
"vr/VRLayer.idl",
+ "webaudio/AnalyserOptions.idl",
+ "webaudio/AudioBufferOptions.idl",
+ "webaudio/AudioBufferSourceOptions.idl",
+ "webaudio/AudioNodeOptions.idl",
+ "webaudio/BiquadFilterOptions.idl",
+ "webaudio/ChannelMergerOptions.idl",
+ "webaudio/ChannelSplitterOptions.idl",
+ "webaudio/ConvolverOptions.idl",
+ "webaudio/DelayOptions.idl",
+ "webaudio/DynamicsCompressorOptions.idl",
+ "webaudio/GainOptions.idl",
+ "webaudio/IIRFilterOptions.idl",
+ "webaudio/MediaElementAudioSourceOptions.idl",
+ "webaudio/PannerOptions.idl",
"webaudio/PeriodicWaveConstraints.idl",
+ "webaudio/PeriodicWaveOptions.idl",
+ "webaudio/OscillatorOptions.idl",
+ "webaudio/StereoPannerOptions.idl",
+ "webaudio/WaveShaperOptions.idl",
"webgl/WebGLContextAttributes.idl",
"webgl/WebGLContextEventInit.idl",
"webmidi/MIDIConnectionEventInit.idl",

Powered by Google App Engine
This is Rietveld 408576698