Revert "Make it possible to isolate bwe_simulations_tests"

This reverts commit 28addd03c1040fc5a634ed92a7edde2aea811e79.

Reason for revert: Speculative revert: looks like all win bots turned purple

Original change's description:
> 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}

TBR=kjellander@webrtc.org,ehmaldonado@webrtc.org,stefan@webrtc.org

Change-Id: I8d07560ba3a60b97cf6525723a0f9888a72a1b1d
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: chromium:749648
Reviewed-on: https://webrtc-review.googlesource.com/8860
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Commit-Queue: Patrik Höglund <phoglund@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20259}
diff --git a/modules/remote_bitrate_estimator/BUILD.gn b/modules/remote_bitrate_estimator/BUILD.gn
index e394b81..f6fe97d 100644
--- a/modules/remote_bitrate_estimator/BUILD.gn
+++ b/modules/remote_bitrate_estimator/BUILD.gn
@@ -246,11 +246,6 @@
       "//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).
diff --git a/tools_webrtc/mb/gn_isolate_map.pyl b/tools_webrtc/mb/gn_isolate_map.pyl
index 7240efa..33544bc 100644
--- a/tools_webrtc/mb/gn_isolate_map.pyl
+++ b/tools_webrtc/mb/gn_isolate_map.pyl
@@ -35,10 +35,6 @@
     "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",