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

Side by Side Diff: webrtc/webrtc_tests.gypi

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
« no previous file with comments | « webrtc/voice_engine/mock/mock_voe_volume_control.h ('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) 2013 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2013 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 { 148 {
149 # TODO(pbos): Add separate target webrtc_audio_tests and move files there. 149 # TODO(pbos): Add separate target webrtc_audio_tests and move files there.
150 'target_name': 'video_engine_tests', 150 'target_name': 'video_engine_tests',
151 'type': '<(gtest_target_type)', 151 'type': '<(gtest_target_type)',
152 'sources': [ 152 'sources': [
153 'audio/audio_receive_stream_unittest.cc', 153 'audio/audio_receive_stream_unittest.cc',
154 'call/bitrate_estimator_tests.cc', 154 'call/bitrate_estimator_tests.cc',
155 'call/packet_injection_tests.cc', 155 'call/packet_injection_tests.cc',
156 'test/common_unittest.cc', 156 'test/common_unittest.cc',
157 'test/testsupport/metrics/video_metrics_unittest.cc', 157 'test/testsupport/metrics/video_metrics_unittest.cc',
158 'tools/agc/agc_manager_unittest.cc',
159 'video/end_to_end_tests.cc', 158 'video/end_to_end_tests.cc',
160 'video/send_statistics_proxy_unittest.cc', 159 'video/send_statistics_proxy_unittest.cc',
161 'video/video_capture_input_unittest.cc', 160 'video/video_capture_input_unittest.cc',
162 'video/video_decoder_unittest.cc', 161 'video/video_decoder_unittest.cc',
163 'video/video_encoder_unittest.cc', 162 'video/video_encoder_unittest.cc',
164 'video/video_send_stream_tests.cc', 163 'video/video_send_stream_tests.cc',
165 ], 164 ],
166 'dependencies': [ 165 'dependencies': [
167 '<(DEPTH)/testing/gmock.gyp:gmock', 166 '<(DEPTH)/testing/gmock.gyp:gmock',
168 '<(DEPTH)/testing/gtest.gyp:gtest', 167 '<(DEPTH)/testing/gtest.gyp:gtest',
169 '<(webrtc_root)/common.gyp:webrtc_common', 168 '<(webrtc_root)/common.gyp:webrtc_common',
170 '<(webrtc_root)/modules/modules.gyp:rtp_rtcp', 169 '<(webrtc_root)/modules/modules.gyp:rtp_rtcp',
171 '<(webrtc_root)/modules/modules.gyp:video_capture', 170 '<(webrtc_root)/modules/modules.gyp:video_capture',
172 '<(webrtc_root)/modules/modules.gyp:video_render', 171 '<(webrtc_root)/modules/modules.gyp:video_render',
173 '<(webrtc_root)/test/test.gyp:channel_transport', 172 '<(webrtc_root)/test/test.gyp:channel_transport',
174 '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine', 173 '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine',
175 'test/metrics.gyp:metrics', 174 'test/metrics.gyp:metrics',
176 'test/test.gyp:test_main', 175 'test/test.gyp:test_main',
177 'test/webrtc_test_common.gyp:webrtc_test_common', 176 'test/webrtc_test_common.gyp:webrtc_test_common',
178 'tools/tools.gyp:agc_manager',
179 'webrtc', 177 'webrtc',
180 ], 178 ],
181 'conditions': [ 179 'conditions': [
182 ['OS=="android"', { 180 ['OS=="android"', {
183 'dependencies': [ 181 'dependencies': [
184 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', 182 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code',
185 ], 183 ],
186 }], 184 }],
187 ['enable_protobuf==1', { 185 ['enable_protobuf==1', {
188 'defines': [ 186 'defines': [
189 'ENABLE_RTC_EVENT_LOG', 187 'ENABLE_RTC_EVENT_LOG',
190 ], 188 ],
191 'dependencies': [ 189 'dependencies': [
192 'webrtc.gyp:rtc_event_log', 190 'webrtc.gyp:rtc_event_log',
193 'webrtc.gyp:rtc_event_log_proto', 191 'webrtc.gyp:rtc_event_log_proto',
194 ], 192 ],
195 'sources': [ 193 'sources': [
196 'call/rtc_event_log_unittest.cc', 194 'call/rtc_event_log_unittest.cc',
197 ], 195 ],
198 }], 196 }],
199 ], 197 ],
200 }, 198 },
201 { 199 {
202 'target_name': 'webrtc_perf_tests', 200 'target_name': 'webrtc_perf_tests',
203 'type': '<(gtest_target_type)', 201 'type': '<(gtest_target_type)',
204 'sources': [ 202 'sources': [
205 'call/call_perf_tests.cc', 203 'call/call_perf_tests.cc',
206 'modules/audio_coding/neteq/test/neteq_performance_unittest.cc', 204 'modules/audio_coding/neteq/test/neteq_performance_unittest.cc',
207 'modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc', 205 'modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc',
208 'tools/agc/agc_manager_integrationtest.cc',
209 'video/full_stack.cc', 206 'video/full_stack.cc',
210 'video/rampup_tests.cc', 207 'video/rampup_tests.cc',
211 'video/rampup_tests.h', 208 'video/rampup_tests.h',
212 ], 209 ],
213 'dependencies': [ 210 'dependencies': [
214 '<(DEPTH)/testing/gmock.gyp:gmock', 211 '<(DEPTH)/testing/gmock.gyp:gmock',
215 '<(DEPTH)/testing/gtest.gyp:gtest', 212 '<(DEPTH)/testing/gtest.gyp:gtest',
216 '<(webrtc_root)/modules/modules.gyp:video_capture', 213 '<(webrtc_root)/modules/modules.gyp:video_capture',
217 '<(webrtc_root)/test/test.gyp:channel_transport', 214 '<(webrtc_root)/test/test.gyp:channel_transport',
218 '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine', 215 '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine',
219 'video_quality_test', 216 'video_quality_test',
220 'modules/modules.gyp:neteq_test_support', 217 'modules/modules.gyp:neteq_test_support',
221 'modules/modules.gyp:bwe_simulator', 218 'modules/modules.gyp:bwe_simulator',
222 'modules/modules.gyp:rtp_rtcp', 219 'modules/modules.gyp:rtp_rtcp',
223 'test/test.gyp:test_main', 220 'test/test.gyp:test_main',
224 'test/webrtc_test_common.gyp:webrtc_test_common', 221 'test/webrtc_test_common.gyp:webrtc_test_common',
225 'test/webrtc_test_common.gyp:webrtc_test_renderer', 222 'test/webrtc_test_common.gyp:webrtc_test_renderer',
226 'tools/tools.gyp:agc_manager',
227 'webrtc', 223 'webrtc',
228 ], 224 ],
229 'conditions': [ 225 'conditions': [
230 ['OS=="android"', { 226 ['OS=="android"', {
231 'dependencies': [ 227 'dependencies': [
232 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', 228 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code',
233 ], 229 ],
234 }], 230 }],
235 ], 231 ],
236 }, 232 },
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 'build/isolate.gypi', 295 'build/isolate.gypi',
300 ], 296 ],
301 'sources': [ 297 'sources': [
302 'webrtc_perf_tests.isolate', 298 'webrtc_perf_tests.isolate',
303 ], 299 ],
304 }, 300 },
305 ], 301 ],
306 }], 302 }],
307 ], 303 ],
308 } 304 }
OLDNEW
« no previous file with comments | « webrtc/voice_engine/mock/mock_voe_volume_control.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698