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

Side by Side Diff: webrtc/BUILD.gn

Issue 2517523003: Added a perf test for the residual echo detector. (Closed)
Patch Set: Replaced <algorithm> by <numeric>. Created 4 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 | « no previous file | webrtc/modules/audio_processing/BUILD.gn » ('j') | 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) 2014 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2014 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 # TODO(kjellander): Rebase this to webrtc/build/common.gypi changes after r6330. 9 # TODO(kjellander): Rebase this to webrtc/build/common.gypi changes after r6330.
10 10
(...skipping 609 matching lines...) Expand 10 before | Expand all | Expand 10 after
620 configs += [ ":rtc_unittests_config" ] 620 configs += [ ":rtc_unittests_config" ]
621 621
622 sources = [ 622 sources = [
623 "call/call_perf_tests.cc", 623 "call/call_perf_tests.cc",
624 "call/rampup_tests.cc", 624 "call/rampup_tests.cc",
625 "call/rampup_tests.h", 625 "call/rampup_tests.h",
626 "modules/audio_coding/codecs/opus/opus_complexity_unittest.cc", 626 "modules/audio_coding/codecs/opus/opus_complexity_unittest.cc",
627 "modules/audio_coding/neteq/test/neteq_performance_unittest.cc", 627 "modules/audio_coding/neteq/test/neteq_performance_unittest.cc",
628 "modules/audio_processing/audio_processing_performance_unittest.cc", 628 "modules/audio_processing/audio_processing_performance_unittest.cc",
629 "modules/audio_processing/level_controller/level_controller_complexity_uni ttest.cc", 629 "modules/audio_processing/level_controller/level_controller_complexity_uni ttest.cc",
630 "modules/audio_processing/residual_echo_detector_complexity_unittest.cc",
630 "modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc", 631 "modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc",
631 "video/full_stack.cc", 632 "video/full_stack.cc",
632 ] 633 ]
633 deps = [ 634 deps = [
634 "modules/audio_coding:neteq_test_support", 635 "modules/audio_coding:neteq_test_support",
635 "modules/audio_processing", 636 "modules/audio_processing",
636 "modules/audio_processing:audioproc_test_utils", 637 "modules/audio_processing:audioproc_test_utils",
637 "modules/remote_bitrate_estimator:bwe_simulator_lib", 638 "modules/remote_bitrate_estimator:bwe_simulator_lib",
638 "modules/rtp_rtcp", 639 "modules/rtp_rtcp",
639 "test:test_common", 640 "test:test_common",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
708 709
709 deps = [ 710 deps = [
710 "//base:base_java_test_support", 711 "//base:base_java_test_support",
711 "//webrtc/api:libjingle_peerconnection_java", 712 "//webrtc/api:libjingle_peerconnection_java",
712 "//webrtc/api:libjingle_peerconnection_jni", 713 "//webrtc/api:libjingle_peerconnection_jni",
713 "//webrtc/examples:AppRTCMobile_javalib", 714 "//webrtc/examples:AppRTCMobile_javalib",
714 ] 715 ]
715 } 716 }
716 } 717 }
717 } 718 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698