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

Side by Side 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: Fix global-interface-listing 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'Clock.cpp', 10 'Clock.cpp',
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 'audio/HRTFDatabase.cpp', 202 'audio/HRTFDatabase.cpp',
203 'audio/HRTFDatabase.h', 203 'audio/HRTFDatabase.h',
204 'audio/HRTFDatabaseLoader.cpp', 204 'audio/HRTFDatabaseLoader.cpp',
205 'audio/HRTFDatabaseLoader.h', 205 'audio/HRTFDatabaseLoader.h',
206 'audio/HRTFElevation.cpp', 206 'audio/HRTFElevation.cpp',
207 'audio/HRTFElevation.h', 207 'audio/HRTFElevation.h',
208 'audio/HRTFKernel.cpp', 208 'audio/HRTFKernel.cpp',
209 'audio/HRTFKernel.h', 209 'audio/HRTFKernel.h',
210 'audio/HRTFPanner.cpp', 210 'audio/HRTFPanner.cpp',
211 'audio/HRTFPanner.h', 211 'audio/HRTFPanner.h',
212 'audio/IIRFilter.cpp',
213 'audio/IIRFilter.h',
212 'audio/MultiChannelResampler.cpp', 214 'audio/MultiChannelResampler.cpp',
213 'audio/MultiChannelResampler.h', 215 'audio/MultiChannelResampler.h',
214 'audio/Panner.cpp', 216 'audio/Panner.cpp',
215 'audio/Panner.h', 217 'audio/Panner.h',
216 'audio/Reverb.cpp', 218 'audio/Reverb.cpp',
217 'audio/Reverb.h', 219 'audio/Reverb.h',
218 'audio/ReverbAccumulationBuffer.cpp', 220 'audio/ReverbAccumulationBuffer.cpp',
219 'audio/ReverbAccumulationBuffer.h', 221 'audio/ReverbAccumulationBuffer.h',
220 'audio/ReverbConvolver.cpp', 222 'audio/ReverbConvolver.cpp',
221 'audio/ReverbConvolver.h', 223 'audio/ReverbConvolver.h',
(...skipping 904 matching lines...) Expand 10 before | Expand all | Expand 10 after
1126 ['OS!="mac"', 1128 ['OS!="mac"',
1127 { 1129 {
1128 'platform_test_files': [ 1130 'platform_test_files': [
1129 'scroll/ScrollAnimatorTest.cpp', 1131 'scroll/ScrollAnimatorTest.cpp',
1130 ], 1132 ],
1131 } 1133 }
1132 ], 1134 ],
1133 ], 1135 ],
1134 }, 1136 },
1135 } 1137 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698