exclude the neteq test targets from building with chromium.

BUG=http://code.google.com/p/webrtc/issues/detail?id=34
TEST=None
Review URL: http://webrtc-codereview.appspot.com/93017

git-svn-id: http://webrtc.googlecode.com/svn/trunk@326 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
xians@google.com
2011-08-08 12:56:26 +00:00
parent c3e7d30483
commit f67f197049

View File

@ -86,6 +86,11 @@
'webrtc_neteq.c',
],
},
], # targets
# Exclude the test target when building with chromium.
'conditions': [
['build_with_chromium==0', {
'targets': [
{
'target_name': 'NetEqRTPplay',
'type': 'executable',
@ -160,7 +165,6 @@
'../test/RTPencode.cc',
],
},
{
'target_name': 'RTPjitter',
'type': 'executable',
@ -174,7 +178,6 @@
'../test/RTPjitter.cc',
],
},
{
'target_name': 'RTPanalyze',
'type': 'executable',
@ -189,7 +192,6 @@
'../test/RTPanalyze.cc',
],
},
{
'target_name': 'RTPchange',
'type': 'executable',
@ -204,7 +206,6 @@
'../test/RTPchange.cc',
],
},
{
'target_name': 'RTPtimeshift',
'type': 'executable',
@ -219,7 +220,6 @@
'../test/RTPtimeshift.cc',
],
},
{
'target_name': 'RTPcat',
'type': 'executable',
@ -234,7 +234,6 @@
'../test/RTPcat.cc',
],
},
{
'target_name': 'NetEqTestTools',
# Collection of useful functions used in other tests
@ -290,8 +289,9 @@
}],
],
},
],
], # targets
}], # build_with_chromium
], # conditions
}
# Local Variables: