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

Unified Diff: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 1361233004: Implement IIRFilter node for WebAudio. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update according to review Created 5 years, 2 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/platform/blink_platform.gypi
diff --git a/third_party/WebKit/Source/platform/blink_platform.gypi b/third_party/WebKit/Source/platform/blink_platform.gypi
index e1adf80b08f4e6727ea2fe6f5508a1ec4dd7f074..39d05c5705fe9b5620fa5897967f35e27625da7d 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gypi
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi
@@ -209,6 +209,8 @@
'audio/HRTFKernel.h',
'audio/HRTFPanner.cpp',
'audio/HRTFPanner.h',
+ 'audio/IIRFilter.cpp',
+ 'audio/IIRFilter.h',
'audio/MultiChannelResampler.cpp',
'audio/MultiChannelResampler.h',
'audio/Panner.cpp',

Powered by Google App Engine
This is Rietveld 408576698