exclude the test target from building with chromiurm.
Review URL: http://webrtc-codereview.appspot.com/89016 git-svn-id: http://webrtc.googlecode.com/svn/trunk@323 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
4257b175f3
commit
8706256eac
@ -116,17 +116,23 @@
|
|||||||
}],
|
}],
|
||||||
] # conditions
|
] # conditions
|
||||||
},
|
},
|
||||||
{
|
|
||||||
'target_name': 'system_wrappersTest',
|
|
||||||
'type': 'executable',
|
|
||||||
'dependencies': [
|
|
||||||
'system_wrappers'
|
|
||||||
],
|
|
||||||
'sources': [
|
|
||||||
'../test/Test.cpp',
|
|
||||||
],
|
|
||||||
},
|
|
||||||
], # targets
|
], # targets
|
||||||
|
'conditions': [
|
||||||
|
['build_with_chromium==0', {
|
||||||
|
'targets': [
|
||||||
|
{
|
||||||
|
'target_name': 'system_wrappersTest',
|
||||||
|
'type': 'executable',
|
||||||
|
'dependencies': [
|
||||||
|
'system_wrappers'
|
||||||
|
],
|
||||||
|
'sources': [
|
||||||
|
'../test/Test.cpp',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
], # targets
|
||||||
|
}], # build_with_chromium
|
||||||
|
], # conditions
|
||||||
}
|
}
|
||||||
|
|
||||||
# Local Variables:
|
# Local Variables:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user