Added gyp variable to include/exclude all tests.

BUG=
TEST=

Review URL: https://webrtc-codereview.appspot.com/597004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2292 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
mflodman@webrtc.org
2012-05-24 13:23:35 +00:00
parent ee646c37d4
commit 6af9594d71
30 changed files with 68 additions and 76 deletions

View File

@ -59,7 +59,7 @@
}, # spl
], # targets
'conditions': [
['build_with_chromium==0', {
['include_tests==1', {
'targets': [
{
'target_name': 'signal_processing_unittests',
@ -74,7 +74,7 @@
],
}, # spl_unittests
], # targets
}], # build_with_chromium
}], # include_tests
], # conditions
}