2012-08-08 18:26:19 +00:00
|
|
|
# Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
|
2011-07-07 08:21:25 +00:00
|
|
|
#
|
|
|
|
|
# Use of this source code is governed by a BSD-style license
|
|
|
|
|
# that can be found in the LICENSE file in the root of the source
|
|
|
|
|
# tree. An additional intellectual property rights grant can be found
|
|
|
|
|
# in the file PATENTS. All contributing project authors may
|
|
|
|
|
# be found in the AUTHORS file in the root of the source tree.
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
'targets': [
|
|
|
|
|
# kenny
|
|
|
|
|
{
|
|
|
|
|
'target_name': 'iSACFixtest',
|
|
|
|
|
'type': 'executable',
|
|
|
|
|
'dependencies': [
|
2011-09-12 12:24:39 +00:00
|
|
|
'iSACFix',
|
2012-12-07 15:26:28 +00:00
|
|
|
'<(webrtc_root)/test/test.gyp:test_support',
|
2011-07-07 08:21:25 +00:00
|
|
|
],
|
|
|
|
|
'include_dirs': [
|
|
|
|
|
'./fix/test',
|
|
|
|
|
'./fix/interface',
|
2013-11-11 10:20:27 +00:00
|
|
|
'<(webrtc_root)',
|
2011-07-07 08:21:25 +00:00
|
|
|
],
|
|
|
|
|
'sources': [
|
2012-12-07 15:26:28 +00:00
|
|
|
'./fix/test/kenny.cc',
|
2011-07-07 08:21:25 +00:00
|
|
|
],
|
2013-02-04 10:07:17 +00:00
|
|
|
# Disable warnings to enable Win64 build, issue 1323.
|
|
|
|
|
'msvs_disabled_warnings': [
|
|
|
|
|
4267, # size_t to int truncation.
|
|
|
|
|
],
|
2011-07-07 08:21:25 +00:00
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
}
|
|
|
|
|
|
2012-08-03 21:46:05 +00:00
|
|
|
# TODO(kma): Add bit-exact test for iSAC-fix.
|