| Index: webrtc/modules/congestion_controller/BUILD.gn
|
| diff --git a/webrtc/modules/congestion_controller/BUILD.gn b/webrtc/modules/congestion_controller/BUILD.gn
|
| index a05f25b16591ab517f0ff4ba0fabc175d0fe8a8d..a07acc5171bc8ff23d4014053117190e6b921546 100644
|
| --- a/webrtc/modules/congestion_controller/BUILD.gn
|
| +++ b/webrtc/modules/congestion_controller/BUILD.gn
|
| @@ -16,6 +16,8 @@ rtc_source_set("congestion_controller") {
|
| "include/congestion_controller.h",
|
| "probe_bitrate_estimator.cc",
|
| "probe_bitrate_estimator.h",
|
| + "probe_controller.cc",
|
| + "probe_controller.h",
|
| ]
|
|
|
| # TODO(jschuh): Bug 1348: fix this warning.
|
|
|