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

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 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 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 909 matching lines...) Expand 10 before | Expand all | Expand 10 after
1131 ['OS!="mac"', 1133 ['OS!="mac"',
1132 { 1134 {
1133 'platform_test_files': [ 1135 'platform_test_files': [
1134 'scroll/ScrollAnimatorTest.cpp', 1136 'scroll/ScrollAnimatorTest.cpp',
1135 ], 1137 ],
1136 } 1138 }
1137 ], 1139 ],
1138 ], 1140 ],
1139 }, 1141 },
1140 } 1142 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/audio/IIRFilter.cpp ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698