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

Unified Diff: webrtc/modules/modules.gyp

Issue 1841363002: Changed the names of some of the bitexactness unittests to be similar to the other test file names (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « webrtc/modules/audio_processing/noise_suppression_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/modules.gyp
diff --git a/webrtc/modules/modules.gyp b/webrtc/modules/modules.gyp
index 4cc93f5f1b01cf329c0f1b0d46df9fdb61006607..08f455e294b63d2a825adb850a56913c46fa3991 100644
--- a/webrtc/modules/modules.gyp
+++ b/webrtc/modules/modules.gyp
@@ -446,9 +446,9 @@
'audio_processing/echo_control_mobile_unittest.cc',
'audio_processing/echo_cancellation_unittest.cc',
'audio_processing/gain_control_unittest.cc',
- 'audio_processing/high_pass_filter_bitexactness_unittest.cc',
- 'audio_processing/level_estimator_bitexactness_unittest.cc',
- 'audio_processing/noise_suppression_bitexactness_unittest.cc',
+ 'audio_processing/high_pass_filter_unittest.cc',
+ 'audio_processing/level_estimator_unittest.cc',
+ 'audio_processing/noise_suppression_unittest.cc',
'audio_processing/voice_detection_unittest.cc',
'audio_processing/test/audio_buffer_tools.cc',
'audio_processing/test/audio_buffer_tools.h',
« no previous file with comments | « webrtc/modules/audio_processing/noise_suppression_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698