Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(347)

Unified Diff: webrtc/modules/audio_processing/audio_processing_tests.gypi

Issue 1907223003: Extension and refactoring of the audioproc_f tool to be a fully fledged tool for audio processing m… (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Changes in response to reviewer comments Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/audio_processing/audio_processing_tests.gypi
diff --git a/webrtc/modules/audio_processing/audio_processing_tests.gypi b/webrtc/modules/audio_processing/audio_processing_tests.gypi
index ad82f4bdad2fcff9683af4f7fdbb9a5f7b6ab8db..78e203869e6faa27f5d4dd2b5fcd35e956c12128 100644
--- a/webrtc/modules/audio_processing/audio_processing_tests.gypi
+++ b/webrtc/modules/audio_processing/audio_processing_tests.gypi
@@ -129,8 +129,12 @@
'<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
],
'sources': [
- 'test/audio_file_processor.cc',
- 'test/audio_file_processor.h',
+ 'test/audio_processing_simulator.cc',
+ 'test/audio_processing_simulator.h',
+ 'test/aec_dump_based_simulator.cc',
+ 'test/aec_dump_based_simulator.h',
+ 'test/wav_based_simulator.cc',
+ 'test/wav_based_simulator.h',
'test/audioproc_float.cc',
],
},

Powered by Google App Engine
This is Rietveld 408576698