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

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

Issue 1236793003: Add LoudestFilter in ConferenceTransport (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: avoiding C++11 map.erase signature Created 5 years, 4 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 | « webrtc/voice_engine/test/auto_test/voe_conference_test.cc ('k') | no next file » | 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) 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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 '<(webrtc_root)/test/test.gyp:test_support', 155 '<(webrtc_root)/test/test.gyp:test_support',
156 ], 156 ],
157 'sources': [ 157 'sources': [
158 'test/auto_test/automated_mode.cc', 158 'test/auto_test/automated_mode.cc',
159 'test/auto_test/extended/agc_config_test.cc', 159 'test/auto_test/extended/agc_config_test.cc',
160 'test/auto_test/extended/ec_metrics_test.cc', 160 'test/auto_test/extended/ec_metrics_test.cc',
161 'test/auto_test/fakes/conference_transport.cc', 161 'test/auto_test/fakes/conference_transport.cc',
162 'test/auto_test/fakes/conference_transport.h', 162 'test/auto_test/fakes/conference_transport.h',
163 'test/auto_test/fakes/fake_external_transport.cc', 163 'test/auto_test/fakes/fake_external_transport.cc',
164 'test/auto_test/fakes/fake_external_transport.h', 164 'test/auto_test/fakes/fake_external_transport.h',
165 'test/auto_test/fakes/loudest_filter.cc',
166 'test/auto_test/fakes/loudest_filter.h',
165 'test/auto_test/fixtures/after_initialization_fixture.cc', 167 'test/auto_test/fixtures/after_initialization_fixture.cc',
166 'test/auto_test/fixtures/after_initialization_fixture.h', 168 'test/auto_test/fixtures/after_initialization_fixture.h',
167 'test/auto_test/fixtures/after_streaming_fixture.cc', 169 'test/auto_test/fixtures/after_streaming_fixture.cc',
168 'test/auto_test/fixtures/after_streaming_fixture.h', 170 'test/auto_test/fixtures/after_streaming_fixture.h',
169 'test/auto_test/fixtures/before_initialization_fixture.cc', 171 'test/auto_test/fixtures/before_initialization_fixture.cc',
170 'test/auto_test/fixtures/before_initialization_fixture.h', 172 'test/auto_test/fixtures/before_initialization_fixture.h',
171 'test/auto_test/fixtures/before_streaming_fixture.cc', 173 'test/auto_test/fixtures/before_streaming_fixture.cc',
172 'test/auto_test/fixtures/before_streaming_fixture.h', 174 'test/auto_test/fixtures/before_streaming_fixture.h',
173 'test/auto_test/standard/audio_processing_test.cc', 175 'test/auto_test/standard/audio_processing_test.cc',
174 'test/auto_test/standard/codec_before_streaming_test.cc', 176 'test/auto_test/standard/codec_before_streaming_test.cc',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 'sources': [ 271 'sources': [
270 'voe_auto_test.isolate', 272 'voe_auto_test.isolate',
271 ], 273 ],
272 }, 274 },
273 ], 275 ],
274 }], 276 }],
275 ], # conditions 277 ], # conditions
276 }], # include_tests 278 }], # include_tests
277 ], # conditions 279 ], # conditions
278 } 280 }
OLDNEW
« no previous file with comments | « webrtc/voice_engine/test/auto_test/voe_conference_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698