| Index: webrtc/BUILD.gn
|
| diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
|
| index 242d8ea981008598045748609b6648a2cbc9f760..aadc5a654757dfa6526a3589685304744a6d30df 100644
|
| --- a/webrtc/BUILD.gn
|
| +++ b/webrtc/BUILD.gn
|
| @@ -627,6 +627,7 @@ if (rtc_include_tests) {
|
| "modules/audio_coding/neteq/test/neteq_performance_unittest.cc",
|
| "modules/audio_processing/audio_processing_performance_unittest.cc",
|
| "modules/audio_processing/level_controller/level_controller_complexity_unittest.cc",
|
| + "modules/audio_processing/residual_echo_detector_complexity_unittest.cc",
|
| "modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc",
|
| "video/full_stack.cc",
|
| ]
|
|
|