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

Unified Diff: webrtc/modules/modules.gyp

Issue 1510493004: Bitexactness test for the highpass filter (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Refactored the test not to use fixtures in response to reviewer comments Created 5 years 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/modules.gyp
diff --git a/webrtc/modules/modules.gyp b/webrtc/modules/modules.gyp
index cac5f400ada5e8831b1d7db3cb2ce79ff53af602..2abf11b48e92e064210f9fa96a4d1afa891fce02 100644
--- a/webrtc/modules/modules.gyp
+++ b/webrtc/modules/modules.gyp
@@ -403,8 +403,11 @@
],
'sources': [
'audio_processing/audio_processing_impl_locking_unittest.cc',
+ 'audio_processing/high_pass_filter_bitexactness_unittest.cc',
hlundin-webrtc 2015/12/10 12:12:17 Sort the files.
peah-webrtc 2015/12/22 06:28:11 Done.
'audio_processing/audio_processing_impl_unittest.cc',
'audio_processing/test/audio_processing_unittest.cc',
+ 'audio_processing/test/vector_based_audio_frame.cc',
+ 'audio_processing/test/vector_based_audio_frame.h',
'audio_processing/test/debug_dump_test.cc',
'audio_processing/test/test_utils.h',
],

Powered by Google App Engine
This is Rietveld 408576698