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

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

Issue 2092033003: Add OfflineAudioDestinationNode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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..8ab4cf33e108267dddd614f2c2a5ccd5f9741492 100644
--- a/third_party/WebKit/Source/modules/modules_idl_files.gni
+++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
@@ -277,6 +277,7 @@ modules_idl_files =
"webaudio/MediaStreamAudioSourceNode.idl",
"webaudio/OfflineAudioCompletionEvent.idl",
"webaudio/OfflineAudioContext.idl",
+ "webaudio/OfflineAudioDestinationNode.idl",
"webaudio/OscillatorNode.idl",
"webaudio/PannerNode.idl",
"webaudio/PeriodicWave.idl",

Powered by Google App Engine
This is Rietveld 408576698