Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1669)

Unified Diff: webrtc/modules/audio_coding/neteq/neteq_tests.gypi

Issue 2199803002: Removed target rtp_to_text (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Removed rtp_to_text.cc and its gyp target. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/modules/audio_coding/neteq/test/rtp_to_text.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_coding/neteq/neteq_tests.gypi
diff --git a/webrtc/modules/audio_coding/neteq/neteq_tests.gypi b/webrtc/modules/audio_coding/neteq/neteq_tests.gypi
index d579ac95c0e6cb82eafc7791dab52557d6cadf5a..1b4fb1bb0e1034a0d347ca76445834aae5c3ee35 100644
--- a/webrtc/modules/audio_coding/neteq/neteq_tests.gypi
+++ b/webrtc/modules/audio_coding/neteq/neteq_tests.gypi
@@ -139,18 +139,6 @@
},
{
- 'target_name': 'rtp_to_text',
- 'type': 'executable',
- 'dependencies': [
- '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
- 'neteq_test_tools',
- ],
- 'sources': [
- 'test/rtp_to_text.cc',
- ],
- },
-
- {
'target_name': 'audio_classifier_test',
'type': 'executable',
'dependencies': [
« no previous file with comments | « no previous file | webrtc/modules/audio_coding/neteq/test/rtp_to_text.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698