Ensure opus_demo has a targets block.
TBR=leozwang@webrtc.org Review URL: https://webrtc-codereview.appspot.com/933023 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3147 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -28,9 +28,11 @@
|
|||||||
'opus_interface.c',
|
'opus_interface.c',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
],
|
||||||
'conditions': [
|
'conditions': [
|
||||||
['include_tests==1', {
|
['include_tests==1', {
|
||||||
|
'targets': [
|
||||||
|
{
|
||||||
'target_name': 'opus_demo',
|
'target_name': 'opus_demo',
|
||||||
'type': 'executable',
|
'type': 'executable',
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
@@ -50,9 +52,9 @@
|
|||||||
'<(DEPTH)/third_party/opus/src/celt',
|
'<(DEPTH)/third_party/opus/src/celt',
|
||||||
'<(DEPTH)/third_party/opus/src/include',
|
'<(DEPTH)/third_party/opus/src/include',
|
||||||
'<(DEPTH)/third_party/opus/src/silk',
|
'<(DEPTH)/third_party/opus/src/silk',
|
||||||
]
|
|
||||||
}],
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
}],
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user