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

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

Issue 2793593002: AudioWorklet prototype
Patch Set: Merge changes, AudioParam bug fix Created 3 years, 5 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 f0ae8d0f39b649291027548f0269488d619bf7b1..14c30a65a4417a74bdfad60089b98f389f74d4f3 100644
--- a/third_party/WebKit/Source/modules/modules_idl_files.gni
+++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
@@ -295,6 +295,8 @@ modules_idl_files =
"webaudio/AudioProcessingEvent.idl",
"webaudio/AudioScheduledSourceNode.idl",
"webaudio/AudioWorkletGlobalScope.idl",
+ "webaudio/AudioWorkletNode.idl",
+ "webaudio/AudioWorkletProcessor.idl",
"webaudio/BaseAudioContext.idl",
"webaudio/BiquadFilterNode.idl",
"webaudio/ChannelMergerNode.idl",

Powered by Google App Engine
This is Rietveld 408576698