OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |