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

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1361233004: Implement IIRFilter node for WebAudio. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test issue by printing fewer digits. Created 4 years, 11 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.gypi
diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
index 2cdd5769b15f6d3ed9ef238a407f7fc41e37b565..89efe37b88bfb0d0850eaef88289d4b01f85da39 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -224,6 +224,7 @@
'webaudio/DelayNode.idl',
'webaudio/DynamicsCompressorNode.idl',
'webaudio/GainNode.idl',
+ 'webaudio/IIRFilterNode.idl',
'webaudio/MediaElementAudioSourceNode.idl',
'webaudio/MediaStreamAudioDestinationNode.idl',
'webaudio/MediaStreamAudioSourceNode.idl',
@@ -1563,6 +1564,12 @@
'webaudio/DynamicsCompressorNode.h',
'webaudio/GainNode.cpp',
'webaudio/GainNode.h',
+ 'webaudio/IIRDSPKernel.h',
+ 'webaudio/IIRDSPKernel.cpp',
+ 'webaudio/IIRFilterNode.cpp',
+ 'webaudio/IIRFilterNode.h',
+ 'webaudio/IIRProcessor.h',
+ 'webaudio/IIRProcessor.cpp',
'webaudio/MediaElementAudioSourceNode.cpp',
'webaudio/MediaElementAudioSourceNode.h',
'webaudio/MediaStreamAudioDestinationNode.cpp',
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.h ('k') | third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698