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

Side by Side Diff: webrtc/webrtc_tests.gypi

Issue 2090583002: New module for the adaptive level controlling functionality in the audio processing module (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Corrected the initial behavior for the peak level estimate, and ensured a nonzero minimum peak leveā€¦ Created 4 years, 6 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) 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 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 }, 427 },
428 { 428 {
429 'target_name': 'webrtc_perf_tests', 429 'target_name': 'webrtc_perf_tests',
430 'type': '<(gtest_target_type)', 430 'type': '<(gtest_target_type)',
431 'sources': [ 431 'sources': [
432 'call/call_perf_tests.cc', 432 'call/call_perf_tests.cc',
433 'call/rampup_tests.cc', 433 'call/rampup_tests.cc',
434 'call/rampup_tests.h', 434 'call/rampup_tests.h',
435 'modules/audio_coding/neteq/test/neteq_performance_unittest.cc', 435 'modules/audio_coding/neteq/test/neteq_performance_unittest.cc',
436 'modules/audio_processing/audio_processing_performance_unittest.cc', 436 'modules/audio_processing/audio_processing_performance_unittest.cc',
437 'modules/audio_processing/level_controller/level_controller_complexity_u nittest.cc',
437 'modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc', 438 'modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc',
438 'video/full_stack.cc', 439 'video/full_stack.cc',
439 ], 440 ],
440 'dependencies': [ 441 'dependencies': [
441 '<(DEPTH)/testing/gmock.gyp:gmock', 442 '<(DEPTH)/testing/gmock.gyp:gmock',
442 '<(DEPTH)/testing/gtest.gyp:gtest', 443 '<(DEPTH)/testing/gtest.gyp:gtest',
443 '<(webrtc_root)/modules/modules.gyp:audio_processing', 444 '<(webrtc_root)/modules/modules.gyp:audio_processing',
444 '<(webrtc_root)/modules/modules.gyp:audioproc_test_utils', 445 '<(webrtc_root)/modules/modules.gyp:audioproc_test_utils',
445 '<(webrtc_root)/modules/modules.gyp:video_capture', 446 '<(webrtc_root)/modules/modules.gyp:video_capture',
446 '<(webrtc_root)/test/test.gyp:channel_transport', 447 '<(webrtc_root)/test/test.gyp:channel_transport',
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
665 'build/isolate.gypi', 666 'build/isolate.gypi',
666 ], 667 ],
667 'sources': [ 668 'sources': [
668 'webrtc_perf_tests.isolate', 669 'webrtc_perf_tests.isolate',
669 ], 670 ],
670 }, 671 },
671 ], 672 ],
672 }], 673 }],
673 ], 674 ],
674 } 675 }
OLDNEW
« webrtc/modules/audio_processing/test/process_test.cc ('K') | « webrtc/modules/modules.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698