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
This commit is contained in:
andrew@webrtc.org
2011-09-13 01:04:59 +00:00
parent 1fc632e221
commit f5fb095bf9

View File

@ -13,7 +13,7 @@
}, },
'targets': [ 'targets': [
{ {
'target_name': 'unit_test', 'target_name': 'audioproc_unittest',
'type': 'executable', 'type': 'executable',
'conditions': [ 'conditions': [
['prefer_fixed_point==1', { ['prefer_fixed_point==1', {
@ -23,7 +23,7 @@
}], }],
], ],
'dependencies': [ 'dependencies': [
'unittest_proto', 'audioproc_unittest_proto',
'audio_processing', 'audio_processing',
'<(webrtc_root)/common_audio/common_audio.gyp:spl', '<(webrtc_root)/common_audio/common_audio.gyp:spl',
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers', '<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
@ -42,11 +42,12 @@
], ],
}, },
{ {
# Protobuf compiler / generate rule for unit_test # Protobuf compiler / generate rule for audioproc_unittest
'target_name': 'unittest_proto', 'target_name': 'audioproc_unittest_proto',
'type': 'none', 'type': 'none',
'variables': { 'variables': {
'proto_relpath': 'test/unit_test', 'proto_relpath':
'<(webrtc_root)/modules/audio_processing/main/test/unit_test',
}, },
'sources': [ 'sources': [
'<(proto_relpath)/unittest.proto', '<(proto_relpath)/unittest.proto',
@ -79,7 +80,7 @@
'hard_dependency': 1, 'hard_dependency': 1,
}, },
{ {
'target_name': 'process_test', 'target_name': 'audioproc_process_test',
'type': 'executable', 'type': 'executable',
'dependencies': [ 'dependencies': [
'audio_processing', 'audio_processing',