Make it possible to isolate bwe_simulations_tests

Add missing data dependencies and add it to gn_isolate_map.pyl

Bug: chromium:749648
Change-Id: I6b6c1bb2e4d647471a2747042788a691ce2e1e5d
Reviewed-on: https://webrtc-review.googlesource.com/8721
Commit-Queue: Edward Lemur <ehmaldonado@webrtc.org>
Reviewed-by: Henrik Kjellander <kjellander@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20258}
This commit is contained in:
Edward Lemur 2017-10-11 20:47:48 +02:00 committed by Commit Bot
parent 6697278c8f
commit 28addd03c1
2 changed files with 9 additions and 0 deletions

View File

@ -246,6 +246,11 @@ if (rtc_include_tests) {
"//testing/gmock",
"//testing/gtest",
]
data = [
"//resources/sprint-uplink.rx",
"//resources/verizon4g-downlink.rx",
"//resources/google-wifi-3mbps.rx",
]
if (!build_with_chromium && is_clang) {
# Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).

View File

@ -35,6 +35,10 @@
"label": "//modules/audio_coding:audio_decoder_unittests",
"type": "console_test_launcher",
},
"bwe_simulations_tests": {
"label": "//modules/remote_bitrate_estimator:bwe_simulations_tests",
"type": "console_test_launcher",
},
"common_audio_unittests": {
"label": "//common_audio:common_audio_unittests",
"type": "console_test_launcher",