exclude the video_capture_module_test target from building with chromium.
BUG=http://code.google.com/p/webrtc/issues/detail?id=34 TEST=None Review URL: http://webrtc-codereview.appspot.com/93015 git-svn-id: http://webrtc.googlecode.com/svn/trunk@343 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
8910f278c5
commit
c3976c8c92
@ -183,6 +183,11 @@
|
|||||||
], # conditions
|
], # conditions
|
||||||
|
|
||||||
},
|
},
|
||||||
|
],
|
||||||
|
# Exclude the test targets when building with chromium.
|
||||||
|
'conditions': [
|
||||||
|
['build_with_chromium==0', {
|
||||||
|
'targets': [
|
||||||
{
|
{
|
||||||
'target_name': 'video_capture_module_test',
|
'target_name': 'video_capture_module_test',
|
||||||
'type': 'executable',
|
'type': 'executable',
|
||||||
@ -214,14 +219,6 @@
|
|||||||
'../test/testAPI/Renderer.cpp',
|
'../test/testAPI/Renderer.cpp',
|
||||||
], # source
|
], # source
|
||||||
'conditions': [
|
'conditions': [
|
||||||
['build_with_chromium!=0', {
|
|
||||||
'sources!': [
|
|
||||||
'../test/testAPI/testCameraEncoder.cpp',
|
|
||||||
'../test/testAPI/testCameraEncoder.h',
|
|
||||||
'../test/testAPI/testPlatformDependent.cpp',
|
|
||||||
'../test/testAPI/testPlatformDependent.h',
|
|
||||||
],
|
|
||||||
}],
|
|
||||||
# DEFINE PLATFORM SPECIFIC SOURCE FILES
|
# DEFINE PLATFORM SPECIFIC SOURCE FILES
|
||||||
['OS!="mac"', {
|
['OS!="mac"', {
|
||||||
'sources!': [
|
'sources!': [
|
||||||
@ -256,6 +253,8 @@
|
|||||||
] # conditions
|
] # conditions
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
}],
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
# Local Variables:
|
# Local Variables:
|
||||||
|
Loading…
Reference in New Issue
Block a user