| Index: webrtc/modules/congestion_controller/BUILD.gn
|
| diff --git a/webrtc/modules/congestion_controller/BUILD.gn b/webrtc/modules/congestion_controller/BUILD.gn
|
| index 3835c190ea850ab71458be7a8ce204dc99ae44bc..2af1754e453c261bc17cd10f2bca73827291c37a 100644
|
| --- a/webrtc/modules/congestion_controller/BUILD.gn
|
| +++ b/webrtc/modules/congestion_controller/BUILD.gn
|
| @@ -11,6 +11,8 @@ import("../../build/webrtc.gni")
|
| source_set("congestion_controller") {
|
| sources = [
|
| "congestion_controller.cc",
|
| + "delay_based_bwe.cc",
|
| + "delay_based_bwe.h",
|
| "include/congestion_controller.h",
|
| ]
|
|
|
|
|