| OLD | NEW |
| 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 695 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 706 "modules/audio_processing/level_controller/level_controller_complexity_uni
ttest.cc", | 706 "modules/audio_processing/level_controller/level_controller_complexity_uni
ttest.cc", |
| 707 "modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc", | 707 "modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc", |
| 708 "video/full_stack.cc", | 708 "video/full_stack.cc", |
| 709 ] | 709 ] |
| 710 deps = [ | 710 deps = [ |
| 711 ":video_quality_test", | 711 ":video_quality_test", |
| 712 ":webrtc", | 712 ":webrtc", |
| 713 "modules/audio_coding:neteq_test_support", | 713 "modules/audio_coding:neteq_test_support", |
| 714 "modules/audio_processing", | 714 "modules/audio_processing", |
| 715 "modules/audio_processing:audioproc_test_utils", | 715 "modules/audio_processing:audioproc_test_utils", |
| 716 "modules/remote_bitrate_estimator:bwe_simulator", | 716 "modules/remote_bitrate_estimator:bwe_simulator_lib", |
| 717 "modules/rtp_rtcp", | 717 "modules/rtp_rtcp", |
| 718 "test:test_common", | 718 "test:test_common", |
| 719 "test:test_main", | 719 "test:test_main", |
| 720 "test:test_renderer", | 720 "test:test_renderer", |
| 721 "voice_engine", | 721 "voice_engine", |
| 722 "//testing/gmock", | 722 "//testing/gmock", |
| 723 "//testing/gtest", | 723 "//testing/gtest", |
| 724 ] | 724 ] |
| 725 | 725 |
| 726 if (rtc_enable_intelligibility_enhancer) { | 726 if (rtc_enable_intelligibility_enhancer) { |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 788 | 788 |
| 789 deps = [ | 789 deps = [ |
| 790 "//base:base_java_test_support", | 790 "//base:base_java_test_support", |
| 791 "//webrtc/api:libjingle_peerconnection_java", | 791 "//webrtc/api:libjingle_peerconnection_java", |
| 792 "//webrtc/api:libjingle_peerconnection_jni", | 792 "//webrtc/api:libjingle_peerconnection_jni", |
| 793 "//webrtc/examples:AppRTCMobile_javalib", | 793 "//webrtc/examples:AppRTCMobile_javalib", |
| 794 ] | 794 ] |
| 795 } | 795 } |
| 796 } | 796 } |
| 797 } | 797 } |
| OLD | NEW |