Fixing test gypi for bit rate controller
Review URL: https://webrtc-codereview.appspot.com/636004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2350 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -31,6 +31,11 @@
|
||||
'send_side_bandwidth_estimation.h',
|
||||
],
|
||||
},
|
||||
], # targets
|
||||
|
||||
'conditions': [
|
||||
['include_tests==1', {
|
||||
'targets' : [
|
||||
{
|
||||
'target_name': 'bitrate_controller_unittests',
|
||||
'type': 'executable',
|
||||
@ -43,7 +48,10 @@
|
||||
'bitrate_controller_unittest.cc',
|
||||
],
|
||||
},
|
||||
],
|
||||
], # targets
|
||||
}], # include_tests
|
||||
], # conditions
|
||||
|
||||
}
|
||||
|
||||
# Local Variables:
|
||||
|
Reference in New Issue
Block a user