Merge audio_processing changes.
R=aluebs@webrtc.org, bjornv@webrtc.org BUG= Review URL: https://webrtc-codereview.appspot.com/32769004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7893 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -46,6 +46,33 @@
|
||||
],
|
||||
'sources': [ 'test/unpack.cc', ],
|
||||
},
|
||||
{
|
||||
'target_name': 'transient_suppression_test',
|
||||
'type': 'executable',
|
||||
'dependencies': [
|
||||
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||
'<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
|
||||
'<(webrtc_root)/test/test.gyp:test_support',
|
||||
'<(webrtc_root)/modules/modules.gyp:audio_processing',
|
||||
],
|
||||
'sources': [
|
||||
'transient/transient_suppression_test.cc',
|
||||
'transient/file_utils.cc',
|
||||
'transient/file_utils.h',
|
||||
],
|
||||
}, # transient_suppression_test
|
||||
{
|
||||
'target_name': 'click_annotate',
|
||||
'type': 'executable',
|
||||
'dependencies': [
|
||||
'<(webrtc_root)/modules/modules.gyp:audio_processing',
|
||||
],
|
||||
'sources': [
|
||||
'transient/click_annotate.cc',
|
||||
'transient/file_utils.cc',
|
||||
'transient/file_utils.h',
|
||||
],
|
||||
}, # click_annotate
|
||||
],
|
||||
}],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user