| Index: webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi
|
| index b313d435e525b47d2f9b2ca06c5879dad3663f52..e4b21db3753d61218ac631be959b0b87d18c7b2d 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi
|
| +++ b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi
|
| @@ -70,6 +70,7 @@
|
| 'test/bwe_test_fileutils.h',
|
| 'test/bwe_test_framework.cc',
|
| 'test/bwe_test_framework.h',
|
| + 'test/bwe_test_framework_unittest.cc',
|
| 'test/bwe_test_logging.cc',
|
| 'test/bwe_test_logging.h',
|
| 'test/packet_receiver.cc',
|
| @@ -81,6 +82,7 @@
|
| 'test/random.h',
|
| 'test/estimators/nada.cc',
|
| 'test/estimators/nada.h',
|
| + 'test/estimators/nada_unittest.cc',
|
| 'test/estimators/remb.cc',
|
| 'test/estimators/remb.h',
|
| 'test/estimators/send_side.cc',
|
|
|