OLD | NEW |
1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license | 3 # Use of this source code is governed by a BSD-style license |
4 # that can be found in the LICENSE file in the root of the source | 4 # that can be found in the LICENSE file in the root of the source |
5 # tree. An additional intellectual property rights grant can be found | 5 # tree. An additional intellectual property rights grant can be found |
6 # in the file PATENTS. All contributing project authors may | 6 # in the file PATENTS. All contributing project authors may |
7 # be found in the AUTHORS file in the root of the source tree. | 7 # be found in the AUTHORS file in the root of the source tree. |
8 | 8 |
9 { | 9 { |
10 'includes': [ | 10 'includes': [ |
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
237 'common_audio', | 237 'common_audio', |
238 '<(webrtc_root)/test/test.gyp:test_support_main', | 238 '<(webrtc_root)/test/test.gyp:test_support_main', |
239 '<(DEPTH)/testing/gmock.gyp:gmock', | 239 '<(DEPTH)/testing/gmock.gyp:gmock', |
240 '<(DEPTH)/testing/gtest.gyp:gtest', | 240 '<(DEPTH)/testing/gtest.gyp:gtest', |
241 ], | 241 ], |
242 'sources': [ | 242 'sources': [ |
243 'audio_converter_unittest.cc', | 243 'audio_converter_unittest.cc', |
244 'audio_ring_buffer_unittest.cc', | 244 'audio_ring_buffer_unittest.cc', |
245 'audio_util_unittest.cc', | 245 'audio_util_unittest.cc', |
246 'blocker_unittest.cc', | 246 'blocker_unittest.cc', |
| 247 'channel_buffer_unittest.cc', |
247 'fir_filter_unittest.cc', | 248 'fir_filter_unittest.cc', |
248 'lapped_transform_unittest.cc', | 249 'lapped_transform_unittest.cc', |
249 'real_fourier_unittest.cc', | 250 'real_fourier_unittest.cc', |
250 'resampler/resampler_unittest.cc', | 251 'resampler/resampler_unittest.cc', |
251 'resampler/push_resampler_unittest.cc', | 252 'resampler/push_resampler_unittest.cc', |
252 'resampler/push_sinc_resampler_unittest.cc', | 253 'resampler/push_sinc_resampler_unittest.cc', |
253 'resampler/sinusoidal_linear_chirp_source.cc', | 254 'resampler/sinusoidal_linear_chirp_source.cc', |
254 'resampler/sinusoidal_linear_chirp_source.h', | 255 'resampler/sinusoidal_linear_chirp_source.h', |
255 'ring_buffer_unittest.cc', | 256 'ring_buffer_unittest.cc', |
256 'signal_processing/real_fft_unittest.cc', | 257 'signal_processing/real_fft_unittest.cc', |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
331 'sources': [ | 332 'sources': [ |
332 'common_audio_unittests.isolate', | 333 'common_audio_unittests.isolate', |
333 ], | 334 ], |
334 }, | 335 }, |
335 ], | 336 ], |
336 }], | 337 }], |
337 ], | 338 ], |
338 }], | 339 }], |
339 ], # conditions | 340 ], # conditions |
340 } | 341 } |
OLD | NEW |