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:
kjellander
2016-09-15 04:57:37 -07:00
committed by Commit bot
parent 8b28b8017f
commit 17f008bf33
60 changed files with 0 additions and 4376 deletions

View File

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