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

Side by Side Diff: webrtc/common_audio/BUILD.gn

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 | « no previous file | webrtc/common_audio/channel_buffer.h » ('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) 2014 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2014 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 import("//build/config/arm.gni") 9 import("//build/config/arm.gni")
10 import("../build/webrtc.gni") 10 import("../build/webrtc.gni")
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 252
253 if (rtc_include_tests) { 253 if (rtc_include_tests) {
254 test("common_audio_unittests") { 254 test("common_audio_unittests") {
255 testonly = true 255 testonly = true
256 256
257 sources = [ 257 sources = [
258 "audio_converter_unittest.cc", 258 "audio_converter_unittest.cc",
259 "audio_ring_buffer_unittest.cc", 259 "audio_ring_buffer_unittest.cc",
260 "audio_util_unittest.cc", 260 "audio_util_unittest.cc",
261 "blocker_unittest.cc", 261 "blocker_unittest.cc",
262 "channel_buffer_unittest.cc",
262 "fir_filter_unittest.cc", 263 "fir_filter_unittest.cc",
263 "lapped_transform_unittest.cc", 264 "lapped_transform_unittest.cc",
264 "real_fourier_unittest.cc", 265 "real_fourier_unittest.cc",
265 "resampler/push_resampler_unittest.cc", 266 "resampler/push_resampler_unittest.cc",
266 "resampler/push_sinc_resampler_unittest.cc", 267 "resampler/push_sinc_resampler_unittest.cc",
267 "resampler/resampler_unittest.cc", 268 "resampler/resampler_unittest.cc",
268 "resampler/sinusoidal_linear_chirp_source.cc", 269 "resampler/sinusoidal_linear_chirp_source.cc",
269 "resampler/sinusoidal_linear_chirp_source.h", 270 "resampler/sinusoidal_linear_chirp_source.h",
270 "ring_buffer_unittest.cc", 271 "ring_buffer_unittest.cc",
271 "signal_processing/real_fft_unittest.cc", 272 "signal_processing/real_fft_unittest.cc",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 "../test:test_support_main", 306 "../test:test_support_main",
306 "//testing/gmock", 307 "//testing/gmock",
307 "//testing/gtest", 308 "//testing/gtest",
308 ] 309 ]
309 310
310 if (is_android) { 311 if (is_android) {
311 deps += [ "//testing/android/native_test:native_test_support" ] 312 deps += [ "//testing/android/native_test:native_test_support" ]
312 } 313 }
313 } 314 }
314 } 315 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/common_audio/channel_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698