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

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: 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 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 858 matching lines...) Expand 10 before | Expand all | Expand 10 after
1080 ['os_posix==1 and OS!="mac"', 1082 ['os_posix==1 and OS!="mac"',
1081 { 1083 {
1082 'platform_test_files': [ 1084 'platform_test_files': [
1083 'text/LocaleICUTest.cpp', 1085 'text/LocaleICUTest.cpp',
1084 ], 1086 ],
1085 } 1087 }
1086 ], 1088 ],
1087 ], 1089 ],
1088 }, 1090 },
1089 } 1091 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698