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

Side by Side Diff: webrtc/modules/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 | « webrtc/common_audio/common_audio.gyp ('k') | webrtc/modules/audio_processing/audio_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) 2016 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2016 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/webrtc.gni") 9 import("../build/webrtc.gni")
10 import("audio_coding/audio_coding.gni") 10 import("audio_coding/audio_coding.gni")
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 "audio_conference_mixer/test/audio_conference_mixer_unittest.cc", 105 "audio_conference_mixer/test/audio_conference_mixer_unittest.cc",
106 "audio_device/fine_audio_buffer_unittest.cc", 106 "audio_device/fine_audio_buffer_unittest.cc",
107 "audio_processing/aec/echo_cancellation_unittest.cc", 107 "audio_processing/aec/echo_cancellation_unittest.cc",
108 "audio_processing/aec/system_delay_unittest.cc", 108 "audio_processing/aec/system_delay_unittest.cc",
109 "audio_processing/agc/agc_manager_direct_unittest.cc", 109 "audio_processing/agc/agc_manager_direct_unittest.cc",
110 110
111 # TODO(ajm): Fix to match new interface. 111 # TODO(ajm): Fix to match new interface.
112 # "audio_processing/agc/agc_unittest.cc", 112 # "audio_processing/agc/agc_unittest.cc",
113 "audio_processing/agc/loudness_histogram_unittest.cc", 113 "audio_processing/agc/loudness_histogram_unittest.cc",
114 "audio_processing/agc/mock_agc.h", 114 "audio_processing/agc/mock_agc.h",
115 "audio_processing/audio_buffer_unittest.cc",
115 "audio_processing/beamformer/array_util_unittest.cc", 116 "audio_processing/beamformer/array_util_unittest.cc",
116 "audio_processing/beamformer/complex_matrix_unittest.cc", 117 "audio_processing/beamformer/complex_matrix_unittest.cc",
117 "audio_processing/beamformer/covariance_matrix_generator_unittest.cc", 118 "audio_processing/beamformer/covariance_matrix_generator_unittest.cc",
118 "audio_processing/beamformer/matrix_unittest.cc", 119 "audio_processing/beamformer/matrix_unittest.cc",
119 "audio_processing/beamformer/mock_nonlinear_beamformer.h", 120 "audio_processing/beamformer/mock_nonlinear_beamformer.h",
120 "audio_processing/beamformer/nonlinear_beamformer_unittest.cc", 121 "audio_processing/beamformer/nonlinear_beamformer_unittest.cc",
121 "audio_processing/echo_cancellation_impl_unittest.cc", 122 "audio_processing/echo_cancellation_impl_unittest.cc",
122 "audio_processing/intelligibility/intelligibility_enhancer_unittest.cc", 123 "audio_processing/intelligibility/intelligibility_enhancer_unittest.cc",
123 "audio_processing/intelligibility/intelligibility_utils_unittest.cc", 124 "audio_processing/intelligibility/intelligibility_utils_unittest.cc",
124 "audio_processing/splitting_filter_unittest.cc", 125 "audio_processing/splitting_filter_unittest.cc",
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 "audio_device/ios/objc/RTCAudioSessionTest.mm", 532 "audio_device/ios/objc/RTCAudioSessionTest.mm",
532 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc", 533 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc",
533 ] 534 ]
534 535
535 ldflags = [ "-ObjC" ] 536 ldflags = [ "-ObjC" ]
536 537
537 # TODO(kjellander): Mac bundle files. 538 # TODO(kjellander): Mac bundle files.
538 } 539 }
539 } 540 }
540 } 541 }
OLDNEW
« no previous file with comments | « webrtc/common_audio/common_audio.gyp ('k') | webrtc/modules/audio_processing/audio_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698