| Index: webrtc/modules/audio_processing/BUILD.gn
|
| diff --git a/webrtc/modules/audio_processing/BUILD.gn b/webrtc/modules/audio_processing/BUILD.gn
|
| index f810d47583304ab8c1a8aa697bf9060ba0f16ad3..9a5daac13cdc75d681b460002e4220e00df35cd3 100644
|
| --- a/webrtc/modules/audio_processing/BUILD.gn
|
| +++ b/webrtc/modules/audio_processing/BUILD.gn
|
| @@ -388,6 +388,10 @@ if (rtc_include_tests) {
|
| sources = [
|
| "test/audio_buffer_tools.cc",
|
| "test/audio_buffer_tools.h",
|
| + "test/performance_timer.cc",
|
| + "test/performance_timer.h",
|
| + "test/simulator_buffers.cc",
|
| + "test/simulator_buffers.h",
|
| "test/test_utils.cc",
|
| "test/test_utils.h",
|
| ]
|
|
|