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

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

Issue 1343393003: Remove some dead code. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 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 | « webrtc/voice_engine/test/auto_test/fakes/fake_external_transport.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:channel_transport', 155 '<(webrtc_root)/test/test.gyp:channel_transport',
156 '<(webrtc_root)/test/test.gyp:test_support', 156 '<(webrtc_root)/test/test.gyp:test_support',
157 '<(webrtc_root)/webrtc.gyp:rtc_event_log', 157 '<(webrtc_root)/webrtc.gyp:rtc_event_log',
158 ], 158 ],
159 'sources': [ 159 'sources': [
160 'test/auto_test/automated_mode.cc', 160 'test/auto_test/automated_mode.cc',
161 'test/auto_test/extended/agc_config_test.cc', 161 'test/auto_test/extended/agc_config_test.cc',
162 'test/auto_test/extended/ec_metrics_test.cc', 162 'test/auto_test/extended/ec_metrics_test.cc',
163 'test/auto_test/fakes/conference_transport.cc', 163 'test/auto_test/fakes/conference_transport.cc',
164 'test/auto_test/fakes/conference_transport.h', 164 'test/auto_test/fakes/conference_transport.h',
165 'test/auto_test/fakes/fake_external_transport.cc',
166 'test/auto_test/fakes/fake_external_transport.h',
167 'test/auto_test/fakes/loudest_filter.cc', 165 'test/auto_test/fakes/loudest_filter.cc',
168 'test/auto_test/fakes/loudest_filter.h', 166 'test/auto_test/fakes/loudest_filter.h',
169 'test/auto_test/fixtures/after_initialization_fixture.cc', 167 'test/auto_test/fixtures/after_initialization_fixture.cc',
170 'test/auto_test/fixtures/after_initialization_fixture.h', 168 'test/auto_test/fixtures/after_initialization_fixture.h',
171 'test/auto_test/fixtures/after_streaming_fixture.cc', 169 'test/auto_test/fixtures/after_streaming_fixture.cc',
172 'test/auto_test/fixtures/after_streaming_fixture.h', 170 'test/auto_test/fixtures/after_streaming_fixture.h',
173 'test/auto_test/fixtures/before_initialization_fixture.cc', 171 'test/auto_test/fixtures/before_initialization_fixture.cc',
174 'test/auto_test/fixtures/before_initialization_fixture.h', 172 'test/auto_test/fixtures/before_initialization_fixture.h',
175 'test/auto_test/fixtures/before_streaming_fixture.cc', 173 'test/auto_test/fixtures/before_streaming_fixture.cc',
176 'test/auto_test/fixtures/before_streaming_fixture.h', 174 'test/auto_test/fixtures/before_streaming_fixture.h',
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 'sources': [ 277 'sources': [
280 'voe_auto_test.isolate', 278 'voe_auto_test.isolate',
281 ], 279 ],
282 }, 280 },
283 ], 281 ],
284 }], 282 }],
285 ], # conditions 283 ], # conditions
286 }], # include_tests 284 }], # include_tests
287 ], # conditions 285 ], # conditions
288 } 286 }
OLDNEW
« no previous file with comments | « webrtc/voice_engine/test/auto_test/fakes/fake_external_transport.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698