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

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

Issue 2221193004: Migrated GN target :neteq_ilbc_quality_test (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebase on top of master. 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
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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 'test/neteq_pcmu_quality_test.cc', 234 'test/neteq_pcmu_quality_test.cc',
235 ], 235 ],
236 }, 236 },
237 237
238 { 238 {
239 'target_name': 'neteq_ilbc_quality_test', 239 'target_name': 'neteq_ilbc_quality_test',
240 'type': 'executable', 240 'type': 'executable',
241 'dependencies': [ 241 'dependencies': [
242 '<(DEPTH)/testing/gtest.gyp:gtest', 242 '<(DEPTH)/testing/gtest.gyp:gtest',
243 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', 243 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
244 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers_defa ult',
244 '<(webrtc_root)/test/test.gyp:test_support_main', 245 '<(webrtc_root)/test/test.gyp:test_support_main',
245 'neteq', 246 'neteq',
246 'neteq_test_support', 247 'neteq_test_support',
247 'ilbc', 248 'ilbc',
248 ], 249 ],
249 'sources': [ 250 'sources': [
250 'test/neteq_ilbc_quality_test.cc', 251 'test/neteq_ilbc_quality_test.cc',
251 ], 252 ],
252 }, 253 },
253 254
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 'test/NETEQTEST_RTPpacket.cc', 290 'test/NETEQTEST_RTPpacket.cc',
290 'test/NETEQTEST_RTPpacket.h', 291 'test/NETEQTEST_RTPpacket.h',
291 ], 292 ],
292 # Disable warnings to enable Win64 build, issue 1323. 293 # Disable warnings to enable Win64 build, issue 1323.
293 'msvs_disabled_warnings': [ 294 'msvs_disabled_warnings': [
294 4267, # size_t to int truncation. 295 4267, # size_t to int truncation.
295 ], 296 ],
296 }, 297 },
297 ], # targets 298 ], # targets
298 } 299 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_coding/neteq/neteq.gypi ('k') | webrtc/modules/audio_coding/neteq/tools/audio_sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698