| 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 8a48077a7875c35975a26c94a39529829dd37aea..71487a5162c43ca72af3ee2147e9641f1649f862 100644
 | 
| --- a/webrtc/modules/remote_bitrate_estimator/BUILD.gn
 | 
| +++ b/webrtc/modules/remote_bitrate_estimator/BUILD.gn
 | 
| @@ -61,6 +61,8 @@ if (rtc_include_tests) {
 | 
|    rtc_static_library("bwe_simulator_lib") {
 | 
|      testonly = true
 | 
|      sources = [
 | 
| +      "test/bbr_paced_sender.cc",
 | 
| +      "test/bbr_paced_sender.h",
 | 
|        "test/bwe.cc",
 | 
|        "test/bwe.h",
 | 
|        "test/bwe_test.cc",
 | 
| 
 |