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 b301b00e4cf7a87229036cbabbeb7ce1d6a38271..536649d2b0745b4c99cdd285573d069428ff91af 100644 |
--- a/webrtc/modules/audio_processing/audio_processing_tests.gypi |
+++ b/webrtc/modules/audio_processing/audio_processing_tests.gypi |
@@ -9,21 +9,6 @@ |
{ |
'targets': [ |
{ |
- 'target_name': 'audioproc_test_utils', |
- 'type': 'static_library', |
- 'dependencies': [ |
- 'audioproc_debug_proto', |
- '<(webrtc_root)/base/base.gyp:rtc_base_approved', |
- '<(webrtc_root)/common_audio/common_audio.gyp:common_audio', |
- ], |
- 'sources': [ |
- 'test/audio_file_processor.cc', |
- 'test/audio_file_processor.h', |
- 'test/test_utils.cc', |
- 'test/test_utils.h', |
- ], |
- }, |
- { |
'target_name': 'transient_suppression_test', |
'type': 'executable', |
'dependencies': [ |
@@ -81,6 +66,21 @@ |
['enable_protobuf==1', { |
'targets': [ |
{ |
+ 'target_name': 'audioproc_test_utils', |
+ 'type': 'static_library', |
+ 'dependencies': [ |
+ 'audioproc_debug_proto', |
+ '<(webrtc_root)/base/base.gyp:rtc_base_approved', |
+ '<(webrtc_root)/common_audio/common_audio.gyp:common_audio', |
+ ], |
+ 'sources': [ |
+ 'test/audio_file_processor.cc', |
+ 'test/audio_file_processor.h', |
+ 'test/test_utils.cc', |
+ 'test/test_utils.h', |
+ ], |
+ }, |
+ { |
'target_name': 'audioproc_unittest_proto', |
'type': 'static_library', |
'sources': [ 'test/unittest.proto', ], |