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

Side by Side Diff: webrtc/common_audio/common_audio.gyp

Issue 2053773002: Keep track of the user-facing number of channels in a ChannelBuffer (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebasing Created 4 years, 5 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
« no previous file with comments | « webrtc/common_audio/channel_buffer_unittest.cc ('k') | webrtc/modules/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « webrtc/common_audio/channel_buffer_unittest.cc ('k') | webrtc/modules/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698