| 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 7b20cf7f9db922c3459ddef79d9099102c93f8d8..8599d671e42440a636ca39f2cbbf25105239dc14 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi
|
| +++ b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi
|
| @@ -48,7 +48,7 @@
|
| }, {
|
| 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0' ],
|
| 'sources!': [
|
| - 'remote_bitrate_estimator/test/bwe_test_logging.cc'
|
| + 'test/bwe_test_logging.cc'
|
| ],
|
| }],
|
| ],
|
| @@ -99,7 +99,7 @@
|
| }, {
|
| 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0' ],
|
| 'sources!': [
|
| - 'remote_bitrate_estimator/test/bwe_test_logging.cc'
|
| + 'test/bwe_test_logging.cc'
|
| ],
|
| }],
|
| ],
|
|
|