exclude both audio_device_test_api and audio_device_test_func test targets from building with chromium.
Review URL: http://webrtc-codereview.appspot.com/97006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@308 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
3d292f1649
commit
7fa20c3880
@ -170,13 +170,15 @@
|
||||
}],
|
||||
] # conditions
|
||||
},
|
||||
{
|
||||
# Exclude the test targets when building with chromium.
|
||||
'conditions': [
|
||||
['build_with_chromium==0', {
|
||||
'target_name': 'audio_device_test_api',
|
||||
'type': 'executable',
|
||||
'dependencies': [
|
||||
],
|
||||
# Exclude the test targets when building with chromium.
|
||||
'conditions': [
|
||||
['build_with_chromium==0', {
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'audio_device_test_api',
|
||||
'type': 'executable',
|
||||
'dependencies': [
|
||||
'audio_device',
|
||||
'../../../../system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
||||
'../../../utility/source/utility.gyp:webrtc_utility',
|
||||
@ -201,9 +203,9 @@
|
||||
'../test/func_test_manager.cc',
|
||||
'../test/func_test_manager.h',
|
||||
],
|
||||
}],
|
||||
},
|
||||
],
|
||||
},
|
||||
}],
|
||||
],
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user