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

Unified Diff: Source/modules/modules.gypi

Issue 691143007: Implement StereoPannerNode for robust stereo panning (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « LayoutTests/webaudio/stereopannernode-panning-expected.txt ('k') | Source/modules/webaudio/AudioContext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index dfe78191c47b7548f93e68eb8410c40dc14a6942..b7fd4a75afb328df5cb643d55dd29d4263f565a9 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -184,6 +184,7 @@
'webaudio/PannerNode.idl',
'webaudio/PeriodicWave.idl',
'webaudio/ScriptProcessorNode.idl',
+ 'webaudio/StereoPannerNode.idl',
'webaudio/WaveShaperNode.idl',
'webdatabase/Database.idl',
'webdatabase/DatabaseCallback.idl',
@@ -975,6 +976,8 @@
'webaudio/RealtimeAnalyser.h',
'webaudio/ScriptProcessorNode.cpp',
'webaudio/ScriptProcessorNode.h',
+ 'webaudio/StereoPannerNode.cpp',
+ 'webaudio/StereoPannerNode.h',
'webaudio/WaveShaperDSPKernel.cpp',
'webaudio/WaveShaperDSPKernel.h',
'webaudio/WaveShaperNode.cpp',
« no previous file with comments | « LayoutTests/webaudio/stereopannernode-panning-expected.txt ('k') | Source/modules/webaudio/AudioContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698