Cleanup of resources from removed remote bitrate estimate test framework.
Bug: webrtc:9883 Change-Id: Id18133a021b3a064b00f0f99b5f30ebb92e89067 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/140945 Commit-Queue: Sebastian Jansson <srte@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28305}
This commit is contained in:

committed by
Commit Bot

parent
2c648f5fb7
commit
449888ef99
4
BUILD.gn
4
BUILD.gn
@ -52,7 +52,6 @@ if (!build_with_chromium) {
|
||||
"modules:modules_unittests",
|
||||
"modules/audio_coding:audio_coding_tests",
|
||||
"modules/audio_processing:audio_processing_tests",
|
||||
"modules/remote_bitrate_estimator:bwe_simulations_tests",
|
||||
"modules/rtp_rtcp:test_packet_masks_metrics",
|
||||
"modules/video_capture:video_capture_internal_impl",
|
||||
"pc:peerconnection_unittests",
|
||||
@ -580,11 +579,9 @@ if (rtc_include_tests) {
|
||||
"resources/ConferenceMotion_1280_720_50.yuv",
|
||||
"resources/difficult_photo_1850_1110.yuv",
|
||||
"resources/foreman_cif.yuv",
|
||||
"resources/google-wifi-3mbps.rx",
|
||||
"resources/paris_qcif.yuv",
|
||||
"resources/photo_1850_1110.yuv",
|
||||
"resources/presentation_1850_1110.yuv",
|
||||
"resources/verizon4g-downlink.rx",
|
||||
"resources/voice_engine/audio_long16.pcm",
|
||||
"resources/web_screenshot_1850_1110.yuv",
|
||||
]
|
||||
@ -606,7 +603,6 @@ if (rtc_include_tests) {
|
||||
"call:call_perf_tests",
|
||||
"modules/audio_coding:audio_coding_perf_tests",
|
||||
"modules/audio_processing:audio_processing_perf_tests",
|
||||
"modules/remote_bitrate_estimator:remote_bitrate_estimator_perf_tests",
|
||||
"pc:peerconnection_perf_tests",
|
||||
"test:test_main",
|
||||
"video:video_full_stack_tests",
|
||||
|
@ -119,8 +119,6 @@ if (rtc_include_tests) {
|
||||
}
|
||||
|
||||
modules_unittests_resources = [
|
||||
"../resources/att-downlink.rx",
|
||||
"../resources/att-uplink.rx",
|
||||
"../resources/audio_coding/neteq_opus.rtp",
|
||||
"../resources/audio_coding/neteq_opus_dtx.rtp",
|
||||
"../resources/audio_coding/neteq_universal_new.rtp",
|
||||
@ -210,15 +208,6 @@ if (rtc_include_tests) {
|
||||
"../resources/short_mixed_mono_48.pcm",
|
||||
"../resources/short_mixed_stereo_48.dat",
|
||||
"../resources/short_mixed_stereo_48.pcm",
|
||||
"../resources/sprint-downlink.rx",
|
||||
"../resources/sprint-uplink.rx",
|
||||
"../resources/synthetic-trace.rx",
|
||||
"../resources/tmobile-downlink.rx",
|
||||
"../resources/tmobile-uplink.rx",
|
||||
"../resources/verizon3g-downlink.rx",
|
||||
"../resources/verizon3g-uplink.rx",
|
||||
"../resources/verizon4g-downlink.rx",
|
||||
"../resources/verizon4g-uplink.rx",
|
||||
"../resources/voice_engine/audio_tiny48.wav",
|
||||
]
|
||||
if (is_ios) {
|
||||
|
@ -80,11 +80,6 @@ if (!build_with_chromium) {
|
||||
}
|
||||
|
||||
if (rtc_include_tests) {
|
||||
# TODO(srte): Remove this target when the dependency in root BUILD.gn is removed.
|
||||
rtc_source_set("remote_bitrate_estimator_perf_tests") {
|
||||
testonly = true
|
||||
}
|
||||
|
||||
rtc_source_set("remote_bitrate_estimator_unittests") {
|
||||
testonly = true
|
||||
|
||||
@ -114,13 +109,4 @@ if (rtc_include_tests) {
|
||||
"../rtp_rtcp:rtp_rtcp_format",
|
||||
]
|
||||
}
|
||||
|
||||
# TODO(srte): Remove this target when the dependency in root BUILD.gn is removed.
|
||||
rtc_test("bwe_simulations_tests") {
|
||||
testonly = true
|
||||
deps = [
|
||||
"../../test:test_main",
|
||||
"//testing/gtest",
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -1 +0,0 @@
|
||||
fd7ea55f4009359a78928af5c43e84b2b4101f50
|
@ -1 +0,0 @@
|
||||
46ac4f207c9437b1c4a35c3e398da65354f49742
|
@ -1 +0,0 @@
|
||||
72c5686ceebec94c9388ba9869d98caaf3a8b4a9
|
@ -1 +0,0 @@
|
||||
1998229c3ded7222faa4fcb85d1237ef54766c58
|
@ -1 +0,0 @@
|
||||
13acfb4cf4240e298d8e5f22e76125574848831e
|
@ -1 +0,0 @@
|
||||
f35cb94b893912b5312eb74c63d36b65426576e0
|
@ -1 +0,0 @@
|
||||
87d02bc510eac4b8b4a2453687c6b49f39aa481c
|
@ -1 +0,0 @@
|
||||
07716dffe2905abde0ae7bec475106e476bc9b25
|
@ -1 +0,0 @@
|
||||
2d32cd78d75549a5d0795bb9fbe35a00663f949a
|
Reference in New Issue
Block a user