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:
xians@google.com 2011-08-10 08:02:41 +00:00
parent 8910f278c5
commit c3976c8c92

View File

@ -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: