| 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 b041ecaabd52ef3dcf3aa4eba5a27493badb7e35..9978beb86d50cbcf5d2ce1be953afcda67209612 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi
|
| +++ b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi
|
| @@ -64,6 +64,8 @@
|
| 'target_name': 'bwe_simulator',
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| + '<(webrtc_root)/modules/modules.gyp:paced_sender',
|
| + '<(webrtc_root)/test/test.gyp:test_support',
|
| '<(DEPTH)/testing/gtest.gyp:gtest',
|
| '<(DEPTH)/testing/gmock.gyp:gmock',
|
| ],
|
|
|