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

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

Issue 2471353004: Implement AudioScheduledSourceNode (Closed)
Patch Set: Update according to review Created 4 years 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 58786c170b291a4d2528ebc595518c8571b3c7f5..b402889a7de927631d226265d4615b6794d2b814 100644
--- a/third_party/WebKit/Source/modules/modules_idl_files.gni
+++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
@@ -281,6 +281,7 @@ modules_idl_files =
"webaudio/AudioNode.idl",
"webaudio/AudioParam.idl",
"webaudio/AudioProcessingEvent.idl",
+ "webaudio/AudioScheduledSourceNode.idl",
"webaudio/AudioSourceNode.idl",
"webaudio/AudioWorkletGlobalScope.idl",
"webaudio/BaseAudioContext.idl",

Powered by Google App Engine
This is Rietveld 408576698