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

Side by Side Diff: webrtc/modules/audio_coding/neteq/neteq_tests.gypi

Issue 2223343004: Migrated GN target :neteq_speed_test (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Updated to correct GYP deps. 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 | « webrtc/modules/audio_coding/BUILD.gn ('k') | no next file » | 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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 'tools/neteq_quality_test.cc', 181 'tools/neteq_quality_test.cc',
182 'tools/neteq_quality_test.h', 182 'tools/neteq_quality_test.h',
183 ], 183 ],
184 }, # neteq_test_support 184 }, # neteq_test_support
185 185
186 { 186 {
187 'target_name': 'neteq_speed_test', 187 'target_name': 'neteq_speed_test',
188 'type': 'executable', 188 'type': 'executable',
189 'dependencies': [ 189 'dependencies': [
190 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', 190 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
191 '<(webrtc_root)/test/test.gyp:test_support_main', 191 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers_defa ult',
192 '<(webrtc_root)/test/test.gyp:test_support',
192 'neteq', 193 'neteq',
193 'neteq_test_support', 194 'neteq_test_support',
194 ], 195 ],
195 'sources': [ 196 'sources': [
196 'test/neteq_speed_test.cc', 197 'test/neteq_speed_test.cc',
197 ], 198 ],
198 }, 199 },
199 200
200 { 201 {
201 'target_name': 'neteq_opus_quality_test', 202 'target_name': 'neteq_opus_quality_test',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 'test/NETEQTEST_RTPpacket.cc', 300 'test/NETEQTEST_RTPpacket.cc',
300 'test/NETEQTEST_RTPpacket.h', 301 'test/NETEQTEST_RTPpacket.h',
301 ], 302 ],
302 # Disable warnings to enable Win64 build, issue 1323. 303 # Disable warnings to enable Win64 build, issue 1323.
303 'msvs_disabled_warnings': [ 304 'msvs_disabled_warnings': [
304 4267, # size_t to int truncation. 305 4267, # size_t to int truncation.
305 ], 306 ],
306 }, 307 },
307 ], # targets 308 ], # targets
308 } 309 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_coding/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698