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

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

Issue 2272563004: Removed inline definitions and added destructors to fix chromium-style. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@real_master
Patch Set: Created 4 years, 3 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.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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 "agc/legacy/analog_agc.h", 44 "agc/legacy/analog_agc.h",
45 "agc/legacy/digital_agc.c", 45 "agc/legacy/digital_agc.c",
46 "agc/legacy/digital_agc.h", 46 "agc/legacy/digital_agc.h",
47 "agc/legacy/gain_control.h", 47 "agc/legacy/gain_control.h",
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.cc",
54 "audio_processing_impl.cc", 55 "audio_processing_impl.cc",
55 "audio_processing_impl.h", 56 "audio_processing_impl.h",
56 "beamformer/array_util.cc", 57 "beamformer/array_util.cc",
57 "beamformer/array_util.h", 58 "beamformer/array_util.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",
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 "test/protobuf_utils.cc", 444 "test/protobuf_utils.cc",
444 "test/protobuf_utils.h", 445 "test/protobuf_utils.h",
445 ] 446 ]
446 447
447 deps = [ 448 deps = [
448 ":audioproc_debug_proto", 449 ":audioproc_debug_proto",
449 ] 450 ]
450 } 451 }
451 } 452 }
452 } 453 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/audio_processing.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698