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

Side by Side Diff: webrtc/BUILD.gn

Issue 2503443002: Let Opus increase complexity for low bitrates (Closed)
Patch Set: Fixing a typo Created 4 years, 1 month 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/build/webrtc.gni » ('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 632 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 } 643 }
644 644
645 rtc_test("webrtc_perf_tests") { 645 rtc_test("webrtc_perf_tests") {
646 testonly = true 646 testonly = true
647 configs += [ ":rtc_unittests_config" ] 647 configs += [ ":rtc_unittests_config" ]
648 648
649 sources = [ 649 sources = [
650 "call/call_perf_tests.cc", 650 "call/call_perf_tests.cc",
651 "call/rampup_tests.cc", 651 "call/rampup_tests.cc",
652 "call/rampup_tests.h", 652 "call/rampup_tests.h",
653 "modules/audio_coding/codecs/opus/opus_complexity_unittest.cc",
653 "modules/audio_coding/neteq/test/neteq_performance_unittest.cc", 654 "modules/audio_coding/neteq/test/neteq_performance_unittest.cc",
654 "modules/audio_processing/audio_processing_performance_unittest.cc", 655 "modules/audio_processing/audio_processing_performance_unittest.cc",
655 "modules/audio_processing/level_controller/level_controller_complexity_uni ttest.cc", 656 "modules/audio_processing/level_controller/level_controller_complexity_uni ttest.cc",
656 "modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc", 657 "modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc",
657 "video/full_stack.cc", 658 "video/full_stack.cc",
658 ] 659 ]
659 deps = [ 660 deps = [
660 "modules/audio_coding:neteq_test_support", 661 "modules/audio_coding:neteq_test_support",
661 "modules/audio_processing", 662 "modules/audio_processing",
662 "modules/audio_processing:audioproc_test_utils", 663 "modules/audio_processing:audioproc_test_utils",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
731 732
732 deps = [ 733 deps = [
733 "//base:base_java_test_support", 734 "//base:base_java_test_support",
734 "//webrtc/api:libjingle_peerconnection_java", 735 "//webrtc/api:libjingle_peerconnection_java",
735 "//webrtc/api:libjingle_peerconnection_jni", 736 "//webrtc/api:libjingle_peerconnection_jni",
736 "//webrtc/examples:AppRTCMobile_javalib", 737 "//webrtc/examples:AppRTCMobile_javalib",
737 ] 738 ]
738 } 739 }
739 } 740 }
740 } 741 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/build/webrtc.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698