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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 { 9 {
10 'conditions': [ 10 'conditions': [
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 '<(DEPTH)/testing/gtest.gyp:gtest', 132 '<(DEPTH)/testing/gtest.gyp:gtest',
133 '<(webrtc_root)/test/test.gyp:rtp_test_utils', 133 '<(webrtc_root)/test/test.gyp:rtp_test_utils',
134 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers_defa ult', 134 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers_defa ult',
135 ], 135 ],
136 'sources': [ 136 'sources': [
137 'tools/rtpcat.cc', 137 'tools/rtpcat.cc',
138 ], 138 ],
139 }, 139 },
140 140
141 { 141 {
142 'target_name': 'rtp_to_text',
143 'type': 'executable',
144 'dependencies': [
145 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
146 'neteq_test_tools',
147 ],
148 'sources': [
149 'test/rtp_to_text.cc',
150 ],
151 },
152
153 {
154 'target_name': 'audio_classifier_test', 142 'target_name': 'audio_classifier_test',
155 'type': 'executable', 143 'type': 'executable',
156 'dependencies': [ 144 'dependencies': [
157 'neteq', 145 'neteq',
158 'webrtc_opus', 146 'webrtc_opus',
159 ], 147 ],
160 'sources': [ 148 'sources': [
161 'test/audio_classifier_test.cc', 149 'test/audio_classifier_test.cc',
162 ], 150 ],
163 }, 151 },
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 'test/NETEQTEST_RTPpacket.cc', 286 'test/NETEQTEST_RTPpacket.cc',
299 'test/NETEQTEST_RTPpacket.h', 287 'test/NETEQTEST_RTPpacket.h',
300 ], 288 ],
301 # Disable warnings to enable Win64 build, issue 1323. 289 # Disable warnings to enable Win64 build, issue 1323.
302 'msvs_disabled_warnings': [ 290 'msvs_disabled_warnings': [
303 4267, # size_t to int truncation. 291 4267, # size_t to int truncation.
304 ], 292 ],
305 }, 293 },
306 ], # targets 294 ], # targets
307 } 295 }
OLDNEW
« 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