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

Side by Side Diff: webrtc/webrtc_tests.gypi

Issue 1537273003: Step 1 to prepare call_test.* for combined audio/video tests. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Cleanups Created 5 years 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/video/video_send_stream_tests.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) 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 'call/rtc_event_log_unittest.cc', 212 'call/rtc_event_log_unittest.cc',
213 ], 213 ],
214 }], 214 }],
215 ], 215 ],
216 }, 216 },
217 { 217 {
218 'target_name': 'webrtc_perf_tests', 218 'target_name': 'webrtc_perf_tests',
219 'type': '<(gtest_target_type)', 219 'type': '<(gtest_target_type)',
220 'sources': [ 220 'sources': [
221 'call/call_perf_tests.cc', 221 'call/call_perf_tests.cc',
222 'call/rampup_tests.cc',
223 'call/rampup_tests.h',
222 'modules/audio_coding/neteq/test/neteq_performance_unittest.cc', 224 'modules/audio_coding/neteq/test/neteq_performance_unittest.cc',
223 'modules/audio_processing/audio_processing_performance_unittest.cc', 225 'modules/audio_processing/audio_processing_performance_unittest.cc',
224 'modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc', 226 'modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc',
225 'video/full_stack.cc', 227 'video/full_stack.cc',
226 'video/rampup_tests.cc',
227 'video/rampup_tests.h',
228 ], 228 ],
229 'dependencies': [ 229 'dependencies': [
230 '<(DEPTH)/testing/gmock.gyp:gmock', 230 '<(DEPTH)/testing/gmock.gyp:gmock',
231 '<(DEPTH)/testing/gtest.gyp:gtest', 231 '<(DEPTH)/testing/gtest.gyp:gtest',
232 '<(webrtc_root)/modules/modules.gyp:audio_processing', 232 '<(webrtc_root)/modules/modules.gyp:audio_processing',
233 '<(webrtc_root)/modules/modules.gyp:audioproc_test_utils', 233 '<(webrtc_root)/modules/modules.gyp:audioproc_test_utils',
234 '<(webrtc_root)/modules/modules.gyp:video_capture', 234 '<(webrtc_root)/modules/modules.gyp:video_capture',
235 '<(webrtc_root)/test/test.gyp:channel_transport', 235 '<(webrtc_root)/test/test.gyp:channel_transport',
236 '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine', 236 '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine',
237 'video_quality_test', 237 'video_quality_test',
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 'build/isolate.gypi', 387 'build/isolate.gypi',
388 ], 388 ],
389 'sources': [ 389 'sources': [
390 'webrtc_perf_tests.isolate', 390 'webrtc_perf_tests.isolate',
391 ], 391 ],
392 }, 392 },
393 ], 393 ],
394 }], 394 }],
395 ], 395 ],
396 } 396 }
OLDNEW
« no previous file with comments | « webrtc/video/video_send_stream_tests.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698