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

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: Sorted the files in the build file 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 edaa2f8aeeea3e2cc6288edba0091fbda7162d65..92dbe02af3f66cc02a76df442d5ec3d289306e3d 100644
--- a/webrtc/modules/modules.gyp
+++ b/webrtc/modules/modules.gyp
@@ -408,6 +408,9 @@
'sources': [
'audio_processing/audio_processing_impl_locking_unittest.cc',
'audio_processing/audio_processing_impl_unittest.cc',
+ 'audio_processing/high_pass_filter_bitexactness_unittest.cc',
+ 'audio_processing/test/audio_buffer_tools.cc',
+ 'audio_processing/test/audio_buffer_tools.h',
'audio_processing/test/audio_processing_unittest.cc',
'audio_processing/test/debug_dump_test.cc',
'audio_processing/test/test_utils.h',

Powered by Google App Engine
This is Rietveld 408576698