exclude the g722 test target from building with chromium.
Review URL: http://webrtc-codereview.appspot.com/92011 git-svn-id: http://webrtc.googlecode.com/svn/trunk@311 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
e1cfd5f252
commit
4d79bf164b
@ -29,6 +29,11 @@
|
||||
'g722_enc_dec.h',
|
||||
],
|
||||
},
|
||||
], # targets
|
||||
# Exclude the test target when building with chromium.
|
||||
'conditions': [
|
||||
['build_with_chromium==0', {
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'G722Test',
|
||||
'type': 'executable',
|
||||
@ -46,7 +51,9 @@
|
||||
}],
|
||||
],
|
||||
},
|
||||
],
|
||||
], # targets
|
||||
}], # build_with_chromium
|
||||
], # conditions
|
||||
}
|
||||
|
||||
# Local Variables:
|
||||
|
Loading…
x
Reference in New Issue
Block a user