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:
@@ -170,13 +170,15 @@
|
|||||||
}],
|
}],
|
||||||
] # conditions
|
] # conditions
|
||||||
},
|
},
|
||||||
{
|
],
|
||||||
# Exclude the test targets when building with chromium.
|
# Exclude the test targets when building with chromium.
|
||||||
'conditions': [
|
'conditions': [
|
||||||
['build_with_chromium==0', {
|
['build_with_chromium==0', {
|
||||||
'target_name': 'audio_device_test_api',
|
'targets': [
|
||||||
'type': 'executable',
|
{
|
||||||
'dependencies': [
|
'target_name': 'audio_device_test_api',
|
||||||
|
'type': 'executable',
|
||||||
|
'dependencies': [
|
||||||
'audio_device',
|
'audio_device',
|
||||||
'../../../../system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
'../../../../system_wrappers/source/system_wrappers.gyp:system_wrappers',
|
||||||
'../../../utility/source/utility.gyp:webrtc_utility',
|
'../../../utility/source/utility.gyp:webrtc_utility',
|
||||||
@@ -201,9 +203,9 @@
|
|||||||
'../test/func_test_manager.cc',
|
'../test/func_test_manager.cc',
|
||||||
'../test/func_test_manager.h',
|
'../test/func_test_manager.h',
|
||||||
],
|
],
|
||||||
}],
|
},
|
||||||
],
|
],
|
||||||
},
|
}],
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user