From f5fb095bf910507abebef211c0274899b100a03e Mon Sep 17 00:00:00 2001 From: "andrew@webrtc.org" Date: Tue, 13 Sep 2011 01:04:59 +0000 Subject: [PATCH] Fix audio processing tests gypi after recent changes. Review URL: http://webrtc-codereview.appspot.com/137025 git-svn-id: http://webrtc.googlecode.com/svn/trunk@588 4adac7df-926f-26a2-2b94-8c16560cd09d --- src/modules/audio_processing/main/apm_tests.gypi | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/modules/audio_processing/main/apm_tests.gypi b/src/modules/audio_processing/main/apm_tests.gypi index f40cbb4238..8c27ff9c5d 100644 --- a/src/modules/audio_processing/main/apm_tests.gypi +++ b/src/modules/audio_processing/main/apm_tests.gypi @@ -13,7 +13,7 @@ }, 'targets': [ { - 'target_name': 'unit_test', + 'target_name': 'audioproc_unittest', 'type': 'executable', 'conditions': [ ['prefer_fixed_point==1', { @@ -23,7 +23,7 @@ }], ], 'dependencies': [ - 'unittest_proto', + 'audioproc_unittest_proto', 'audio_processing', '<(webrtc_root)/common_audio/common_audio.gyp:spl', '<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers', @@ -42,11 +42,12 @@ ], }, { - # Protobuf compiler / generate rule for unit_test - 'target_name': 'unittest_proto', + # Protobuf compiler / generate rule for audioproc_unittest + 'target_name': 'audioproc_unittest_proto', 'type': 'none', 'variables': { - 'proto_relpath': 'test/unit_test', + 'proto_relpath': + '<(webrtc_root)/modules/audio_processing/main/test/unit_test', }, 'sources': [ '<(proto_relpath)/unittest.proto', @@ -79,7 +80,7 @@ 'hard_dependency': 1, }, { - 'target_name': 'process_test', + 'target_name': 'audioproc_process_test', 'type': 'executable', 'dependencies': [ 'audio_processing',