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:
@@ -183,6 +183,11 @@
|
||||
], # conditions
|
||||
|
||||
},
|
||||
],
|
||||
# Exclude the test targets when building with chromium.
|
||||
'conditions': [
|
||||
['build_with_chromium==0', {
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'video_capture_module_test',
|
||||
'type': 'executable',
|
||||
@@ -214,14 +219,6 @@
|
||||
'../test/testAPI/Renderer.cpp',
|
||||
], # source
|
||||
'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
|
||||
['OS!="mac"', {
|
||||
'sources!': [
|
||||
@@ -256,6 +253,8 @@
|
||||
] # conditions
|
||||
},
|
||||
],
|
||||
}],
|
||||
],
|
||||
}
|
||||
|
||||
# Local Variables:
|
||||
|
Reference in New Issue
Block a user