exclude the ACM test target from building with chromium.
Review URL: http://webrtc-codereview.appspot.com/95011 git-svn-id: http://webrtc.googlecode.com/svn/trunk@312 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
4d79bf164b
commit
88f94f985e
@ -94,6 +94,11 @@
|
||||
'audio_coding_module_impl.h',
|
||||
],
|
||||
},
|
||||
],
|
||||
# Exclude the test targets when building with chromium.
|
||||
'conditions': [
|
||||
['build_with_chromium==0', {
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'audio_coding_module_test',
|
||||
'type': 'executable',
|
||||
@ -129,6 +134,8 @@
|
||||
],
|
||||
},
|
||||
],
|
||||
}],
|
||||
],
|
||||
}
|
||||
|
||||
# Local Variables:
|
||||
|
Loading…
Reference in New Issue
Block a user