Move audio_processing dependencies to a variable.

R=aluebs@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/3679004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5108 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andrew@webrtc.org
2013-11-11 17:20:27 +00:00
parent 57eb858698
commit b0730108a2

View File

@ -7,6 +7,12 @@
# be found in the AUTHORS file in the root of the source tree.
{
'variables': {
'audio_processing_dependencies': [
'<(webrtc_root)/common_audio/common_audio.gyp:common_audio',
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
],
},
'targets': [
{
'target_name': 'audio_processing',
@ -21,8 +27,7 @@
'aec_untrusted_delay_for_testing%': 0,
},
'dependencies': [
'<(webrtc_root)/common_audio/common_audio.gyp:common_audio',
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
'<@(audio_processing_dependencies)',
],
'sources': [
'aec/include/echo_cancellation.h',