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

Side by Side Diff: webrtc/modules/audio_processing/BUILD.gn

Issue 2110503002: Revert "Pull out the PostFilter to its own NonlinearBeamformer API" (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 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
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("//third_party/protobuf/proto_library.gni") 10 import("//third_party/protobuf/proto_library.gni")
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 "agc/loudness_histogram.cc", 48 "agc/loudness_histogram.cc",
49 "agc/loudness_histogram.h", 49 "agc/loudness_histogram.h",
50 "agc/utility.cc", 50 "agc/utility.cc",
51 "agc/utility.h", 51 "agc/utility.h",
52 "audio_buffer.cc", 52 "audio_buffer.cc",
53 "audio_buffer.h", 53 "audio_buffer.h",
54 "audio_processing_impl.cc", 54 "audio_processing_impl.cc",
55 "audio_processing_impl.h", 55 "audio_processing_impl.h",
56 "beamformer/array_util.cc", 56 "beamformer/array_util.cc",
57 "beamformer/array_util.h", 57 "beamformer/array_util.h",
58 "beamformer/beamformer.h",
58 "beamformer/complex_matrix.h", 59 "beamformer/complex_matrix.h",
59 "beamformer/covariance_matrix_generator.cc", 60 "beamformer/covariance_matrix_generator.cc",
60 "beamformer/covariance_matrix_generator.h", 61 "beamformer/covariance_matrix_generator.h",
61 "beamformer/matrix.h", 62 "beamformer/matrix.h",
62 "beamformer/nonlinear_beamformer.cc", 63 "beamformer/nonlinear_beamformer.cc",
63 "beamformer/nonlinear_beamformer.h", 64 "beamformer/nonlinear_beamformer.h",
64 "common.h", 65 "common.h",
65 "echo_cancellation_impl.cc", 66 "echo_cancellation_impl.cc",
66 "echo_cancellation_impl.h", 67 "echo_cancellation_impl.h",
67 "echo_control_mobile_impl.cc", 68 "echo_control_mobile_impl.cc",
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 "test/protobuf_utils.cc", 330 "test/protobuf_utils.cc",
330 "test/protobuf_utils.h", 331 "test/protobuf_utils.h",
331 ] 332 ]
332 333
333 deps = [ 334 deps = [
334 ":audioproc_unittest_proto", 335 ":audioproc_unittest_proto",
335 ] 336 ]
336 } 337 }
337 } 338 }
338 } 339 }
OLDNEW
« no previous file with comments | « webrtc/common_audio/lapped_transform.cc ('k') | webrtc/modules/audio_processing/audio_processing.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698