| Index: webrtc/modules/remote_bitrate_estimator/BUILD.gn
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/BUILD.gn b/webrtc/modules/remote_bitrate_estimator/BUILD.gn
|
| index f4c338a70d5cb82fa69bce9f25580250811af956..702d3e7b9c17619d0657fd49ba2788891883d7bc 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/BUILD.gn
|
| +++ b/webrtc/modules/remote_bitrate_estimator/BUILD.gn
|
| @@ -134,7 +134,7 @@ if (rtc_include_tests) {
|
| ":bwe_simulator_lib",
|
| ":remote_bitrate_estimator",
|
| "../../base:rtc_base_approved",
|
| - "../../test:fileutils",
|
| + "../../test:test_support",
|
| ]
|
| if (!build_with_chromium && is_clang) {
|
| # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
|
|
|