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

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

Issue 1858873003: Revert of Moved the ringbuffer to be built using C++ (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@MoveRingBuffer_CL
Patch Set: Created 4 years, 8 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/aec/aec_core.cc » ('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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 "utility/block_mean_calculator.h", 114 "utility/block_mean_calculator.h",
115 "utility/blocker.cc", 115 "utility/blocker.cc",
116 "utility/blocker.h", 116 "utility/blocker.h",
117 "utility/delay_estimator.c", 117 "utility/delay_estimator.c",
118 "utility/delay_estimator.h", 118 "utility/delay_estimator.h",
119 "utility/delay_estimator_internal.h", 119 "utility/delay_estimator_internal.h",
120 "utility/delay_estimator_wrapper.c", 120 "utility/delay_estimator_wrapper.c",
121 "utility/delay_estimator_wrapper.h", 121 "utility/delay_estimator_wrapper.h",
122 "utility/lapped_transform.cc", 122 "utility/lapped_transform.cc",
123 "utility/lapped_transform.h", 123 "utility/lapped_transform.h",
124 "utility/ring_buffer.cc", 124 "utility/ring_buffer.c",
125 "utility/ring_buffer.h", 125 "utility/ring_buffer.h",
126 "vad/common.h", 126 "vad/common.h",
127 "vad/gmm.cc", 127 "vad/gmm.cc",
128 "vad/gmm.h", 128 "vad/gmm.h",
129 "vad/noise_gmm_tables.h", 129 "vad/noise_gmm_tables.h",
130 "vad/pitch_based_vad.cc", 130 "vad/pitch_based_vad.cc",
131 "vad/pitch_based_vad.h", 131 "vad/pitch_based_vad.h",
132 "vad/pitch_internal.cc", 132 "vad/pitch_internal.cc",
133 "vad/pitch_internal.h", 133 "vad/pitch_internal.h",
134 "vad/pole_zero_filter.cc", 134 "vad/pole_zero_filter.cc",
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 } 288 }
289 289
290 configs += [ "../..:common_config" ] 290 configs += [ "../..:common_config" ]
291 public_configs = [ "../..:common_inherited_config" ] 291 public_configs = [ "../..:common_inherited_config" ]
292 292
293 deps = [ 293 deps = [
294 "../../common_audio", 294 "../../common_audio",
295 ] 295 ]
296 } 296 }
297 } 297 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/aec/aec_core.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698