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

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

Issue 1388033002: Make the separation between target and interferer scenario depend on microphone spacing in Nonlinea… (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@nlbf3
Patch Set: Formatting Created 5 years, 2 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/modules/audio_processing/audio_processing.gypi » ('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("//third_party/protobuf/proto_library.gni") 10 import("//third_party/protobuf/proto_library.gni")
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 "agc/legacy/analog_agc.h", 47 "agc/legacy/analog_agc.h",
48 "agc/legacy/digital_agc.c", 48 "agc/legacy/digital_agc.c",
49 "agc/legacy/digital_agc.h", 49 "agc/legacy/digital_agc.h",
50 "agc/legacy/gain_control.h", 50 "agc/legacy/gain_control.h",
51 "agc/utility.cc", 51 "agc/utility.cc",
52 "agc/utility.h", 52 "agc/utility.h",
53 "audio_buffer.cc", 53 "audio_buffer.cc",
54 "audio_buffer.h", 54 "audio_buffer.h",
55 "audio_processing_impl.cc", 55 "audio_processing_impl.cc",
56 "audio_processing_impl.h", 56 "audio_processing_impl.h",
57 "beamformer/array_util.cc",
58 "beamformer/array_util.h",
57 "beamformer/beamformer.h", 59 "beamformer/beamformer.h",
58 "beamformer/complex_matrix.h", 60 "beamformer/complex_matrix.h",
59 "beamformer/covariance_matrix_generator.cc", 61 "beamformer/covariance_matrix_generator.cc",
60 "beamformer/covariance_matrix_generator.h", 62 "beamformer/covariance_matrix_generator.h",
61 "beamformer/matrix.h", 63 "beamformer/matrix.h",
62 "beamformer/nonlinear_beamformer.cc", 64 "beamformer/nonlinear_beamformer.cc",
63 "beamformer/nonlinear_beamformer.h", 65 "beamformer/nonlinear_beamformer.h",
64 "common.h", 66 "common.h",
65 "echo_cancellation_impl.cc", 67 "echo_cancellation_impl.cc",
66 "echo_cancellation_impl.h", 68 "echo_cancellation_impl.h",
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 } 277 }
276 278
277 configs += [ "../..:common_config" ] 279 configs += [ "../..:common_config" ]
278 public_configs = [ "../..:common_inherited_config" ] 280 public_configs = [ "../..:common_inherited_config" ]
279 281
280 deps = [ 282 deps = [
281 "../../common_audio", 283 "../../common_audio",
282 ] 284 ]
283 } 285 }
284 } 286 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/audio_processing.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698