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

Side by Side Diff: webrtc/modules/modules.gyp

Issue 1299143003: Remove AgcManager. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Initialize volume 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
OLDNEW
1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2011 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 'includes': [ 10 'includes': [
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 'audio_coding/neteq/mock/mock_expand.h', 156 'audio_coding/neteq/mock/mock_expand.h',
157 'audio_coding/neteq/mock/mock_external_decoder_pcm16b.h', 157 'audio_coding/neteq/mock/mock_external_decoder_pcm16b.h',
158 'audio_coding/neteq/mock/mock_packet_buffer.h', 158 'audio_coding/neteq/mock/mock_packet_buffer.h',
159 'audio_coding/neteq/mock/mock_payload_splitter.h', 159 'audio_coding/neteq/mock/mock_payload_splitter.h',
160 'audio_coding/neteq/tools/input_audio_file_unittest.cc', 160 'audio_coding/neteq/tools/input_audio_file_unittest.cc',
161 'audio_coding/neteq/tools/packet_unittest.cc', 161 'audio_coding/neteq/tools/packet_unittest.cc',
162 'audio_conference_mixer/test/audio_conference_mixer_unittest.cc', 162 'audio_conference_mixer/test/audio_conference_mixer_unittest.cc',
163 'audio_device/fine_audio_buffer_unittest.cc', 163 'audio_device/fine_audio_buffer_unittest.cc',
164 'audio_processing/aec/echo_cancellation_unittest.cc', 164 'audio_processing/aec/echo_cancellation_unittest.cc',
165 'audio_processing/aec/system_delay_unittest.cc', 165 'audio_processing/aec/system_delay_unittest.cc',
166 'audio_processing/agc/agc_manager_direct_unittest.cc',
166 # TODO(ajm): Fix to match new interface. 167 # TODO(ajm): Fix to match new interface.
167 # 'audio_processing/agc/agc_unittest.cc', 168 # 'audio_processing/agc/agc_unittest.cc',
168 'audio_processing/agc/histogram_unittest.cc', 169 'audio_processing/agc/histogram_unittest.cc',
169 'audio_processing/agc/mock_agc.h', 170 'audio_processing/agc/mock_agc.h',
170 'audio_processing/beamformer/complex_matrix_unittest.cc', 171 'audio_processing/beamformer/complex_matrix_unittest.cc',
171 'audio_processing/beamformer/covariance_matrix_generator_unittest.cc ', 172 'audio_processing/beamformer/covariance_matrix_generator_unittest.cc ',
172 'audio_processing/beamformer/matrix_unittest.cc', 173 'audio_processing/beamformer/matrix_unittest.cc',
173 'audio_processing/beamformer/mock_nonlinear_beamformer.h', 174 'audio_processing/beamformer/mock_nonlinear_beamformer.h',
174 'audio_processing/echo_cancellation_impl_unittest.cc', 175 'audio_processing/echo_cancellation_impl_unittest.cc',
175 'audio_processing/intelligibility/intelligibility_enhancer_unittest. cc', 176 'audio_processing/intelligibility/intelligibility_enhancer_unittest. cc',
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 'sources': [ 547 'sources': [
547 'video_render_tests.isolate', 548 'video_render_tests.isolate',
548 ], 549 ],
549 }, 550 },
550 ], 551 ],
551 }], 552 }],
552 ], 553 ],
553 }], # include_tests 554 }], # include_tests
554 ], # conditions 555 ], # conditions
555 } 556 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_processing/agc/agc_manager_direct_unittest.cc ('k') | webrtc/test/fake_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698