GYP: Remove targets inside include_tests==1 that are converted to GN.
Remove a large number of targets that are no longer built, to reduce maintenance. Only targets that have a GN version were removed. BUG=webrtc:6323 NOTRY=True NOPRESUBMIT=True Review-Url: https://codereview.webrtc.org/2340773003 Cr-Commit-Position: refs/heads/master@{#14231}
This commit is contained in:
@ -26,20 +26,4 @@
|
||||
],
|
||||
},
|
||||
], # targets
|
||||
'conditions': [
|
||||
['include_tests==1', {
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'g711_test',
|
||||
'type': 'executable',
|
||||
'dependencies': [
|
||||
'g711',
|
||||
],
|
||||
'sources': [
|
||||
'test/testG711.cc',
|
||||
],
|
||||
},
|
||||
], # targets
|
||||
}], # include_tests
|
||||
], # conditions
|
||||
}
|
||||
|
||||
@ -26,21 +26,4 @@
|
||||
],
|
||||
},
|
||||
], # targets
|
||||
'conditions': [
|
||||
['include_tests==1', {
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'g722_test',
|
||||
'type': 'executable',
|
||||
'dependencies': [
|
||||
'g722',
|
||||
'<(webrtc_root)/common.gyp:webrtc_common'
|
||||
],
|
||||
'sources': [
|
||||
'test/testG722.cc',
|
||||
],
|
||||
},
|
||||
], # targets
|
||||
}], # include_tests
|
||||
], # conditions
|
||||
}
|
||||
|
||||
@ -163,25 +163,4 @@
|
||||
], # sources
|
||||
}, # ilbc
|
||||
], # targets
|
||||
'conditions': [
|
||||
['include_tests==1', {
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'ilbc_test',
|
||||
'type': 'executable',
|
||||
'dependencies': [
|
||||
'ilbc',
|
||||
],
|
||||
'sources': [
|
||||
# The empty .cc file is a hack to get GYP to use the C++
|
||||
# linker even though all sources here are .c files; this
|
||||
# is necessary because we transitively depend on
|
||||
# rtc_base_approved, which calls the C++ standard library.
|
||||
'test/empty.cc',
|
||||
'test/iLBC_test.c',
|
||||
],
|
||||
}, # ilbc_test
|
||||
], # targets
|
||||
}], # include_tests
|
||||
], # conditions
|
||||
}
|
||||
|
||||
@ -50,24 +50,4 @@
|
||||
],
|
||||
},
|
||||
],
|
||||
'conditions': [
|
||||
['include_tests==1', {
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'webrtc_opus_fec_test',
|
||||
'type': 'executable',
|
||||
'dependencies': [
|
||||
'webrtc_opus',
|
||||
'<(webrtc_root)/base/base.gyp:rtc_base_approved',
|
||||
'<(webrtc_root)/common_audio/common_audio.gyp:common_audio',
|
||||
'<(webrtc_root)/test/test.gyp:test_support_main',
|
||||
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||
],
|
||||
'sources': [
|
||||
'opus_fec_test.cc',
|
||||
],
|
||||
},
|
||||
],
|
||||
}],
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user