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

Side by Side Diff: webrtc/modules/audio_processing/audio_processing.gypi

Issue 2051443002: Change name of files and class in agc/histogram* in order to avoid file-name clash. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Changed name of the Histogram class to reflect what it actually does, and to match the new file name Created 4 years, 6 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) 2012 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2012 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 { 9 {
10 'variables': { 10 'variables': {
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 'aec/echo_cancellation.h', 44 'aec/echo_cancellation.h',
45 'aecm/aecm_core.cc', 45 'aecm/aecm_core.cc',
46 'aecm/aecm_core.h', 46 'aecm/aecm_core.h',
47 'aecm/echo_control_mobile.cc', 47 'aecm/echo_control_mobile.cc',
48 'aecm/echo_control_mobile.h', 48 'aecm/echo_control_mobile.h',
49 'agc/agc.cc', 49 'agc/agc.cc',
50 'agc/agc.h', 50 'agc/agc.h',
51 'agc/agc_manager_direct.cc', 51 'agc/agc_manager_direct.cc',
52 'agc/agc_manager_direct.h', 52 'agc/agc_manager_direct.h',
53 'agc/gain_map_internal.h', 53 'agc/gain_map_internal.h',
54 'agc/histogram.cc', 54 'agc/loudness_histogram.cc',
55 'agc/histogram.h', 55 'agc/loudness_histogram.h',
56 'agc/legacy/analog_agc.c', 56 'agc/legacy/analog_agc.c',
57 'agc/legacy/analog_agc.h', 57 'agc/legacy/analog_agc.h',
58 'agc/legacy/digital_agc.c', 58 'agc/legacy/digital_agc.c',
59 'agc/legacy/digital_agc.h', 59 'agc/legacy/digital_agc.h',
60 'agc/legacy/gain_control.h', 60 'agc/legacy/gain_control.h',
61 'agc/utility.cc', 61 'agc/utility.cc',
62 'agc/utility.h', 62 'agc/utility.h',
63 'audio_buffer.cc', 63 'audio_buffer.cc',
64 'audio_buffer.h', 64 'audio_buffer.h',
65 'audio_processing_impl.cc', 65 'audio_processing_impl.cc',
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 'defines': ['WEBRTC_AEC_DEBUG_DUMP=1',], 284 'defines': ['WEBRTC_AEC_DEBUG_DUMP=1',],
285 }], 285 }],
286 ['aec_debug_dump==0', { 286 ['aec_debug_dump==0', {
287 'defines': ['WEBRTC_AEC_DEBUG_DUMP=0',], 287 'defines': ['WEBRTC_AEC_DEBUG_DUMP=0',],
288 }], 288 }],
289 ], 289 ],
290 }], 290 }],
291 }], 291 }],
292 ], 292 ],
293 } 293 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_processing/agc/loudness_histogram_unittest.cc ('k') | webrtc/modules/modules.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698