| OLD | NEW | 
|    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   'targets': [ |   10   'targets': [ | 
| (...skipping 17 matching lines...) Expand all  Loading... | 
|   28     { |   28     { | 
|   29       'target_name': 'RTPencode', |   29       'target_name': 'RTPencode', | 
|   30       'type': 'executable', |   30       'type': 'executable', | 
|   31       'dependencies': [ |   31       'dependencies': [ | 
|   32         # TODO(hlundin): Make RTPencode use ACM to encode files. |   32         # TODO(hlundin): Make RTPencode use ACM to encode files. | 
|   33         'neteq_test_tools',# Test helpers |   33         'neteq_test_tools',# Test helpers | 
|   34         'G711', |   34         'G711', | 
|   35         'G722', |   35         'G722', | 
|   36         'PCM16B', |   36         'PCM16B', | 
|   37         'iLBC', |   37         'iLBC', | 
|   38         'iSAC', |   38         'isac', | 
|   39         'CNG', |   39         'CNG', | 
|   40         '<(webrtc_root)/common_audio/common_audio.gyp:common_audio', |   40         '<(webrtc_root)/common_audio/common_audio.gyp:common_audio', | 
|   41       ], |   41       ], | 
|   42       'defines': [ |   42       'defines': [ | 
|   43         'CODEC_ILBC', |   43         'CODEC_ILBC', | 
|   44         'CODEC_PCM16B', |   44         'CODEC_PCM16B', | 
|   45         'CODEC_G711', |   45         'CODEC_G711', | 
|   46         'CODEC_G722', |   46         'CODEC_G722', | 
|   47         'CODEC_ISAC', |   47         'CODEC_ISAC', | 
|   48         'CODEC_PCM16B_WB', |   48         'CODEC_PCM16B_WB', | 
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  203         'test/neteq_opus_quality_test.cc', |  203         'test/neteq_opus_quality_test.cc', | 
|  204       ], |  204       ], | 
|  205     }, |  205     }, | 
|  206  |  206  | 
|  207     { |  207     { | 
|  208       'target_name': 'neteq_isac_quality_test', |  208       'target_name': 'neteq_isac_quality_test', | 
|  209       'type': 'executable', |  209       'type': 'executable', | 
|  210       'dependencies': [ |  210       'dependencies': [ | 
|  211         'neteq', |  211         'neteq', | 
|  212         'neteq_test_support', |  212         'neteq_test_support', | 
|  213         'iSACFix', |  213         'isac_fix', | 
|  214         '<(DEPTH)/testing/gtest.gyp:gtest', |  214         '<(DEPTH)/testing/gtest.gyp:gtest', | 
|  215         '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', |  215         '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', | 
|  216         '<(webrtc_root)/test/test.gyp:test_support_main', |  216         '<(webrtc_root)/test/test.gyp:test_support_main', | 
|  217       ], |  217       ], | 
|  218       'sources': [ |  218       'sources': [ | 
|  219         'test/neteq_isac_quality_test.cc', |  219         'test/neteq_isac_quality_test.cc', | 
|  220       ], |  220       ], | 
|  221     }, |  221     }, | 
|  222  |  222  | 
|  223     { |  223     { | 
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  258       'type': 'static_library', |  258       'type': 'static_library', | 
|  259       'variables': { |  259       'variables': { | 
|  260         # Expects RTP packets without payloads when enabled. |  260         # Expects RTP packets without payloads when enabled. | 
|  261         'neteq_dummy_rtp%': 0, |  261         'neteq_dummy_rtp%': 0, | 
|  262       }, |  262       }, | 
|  263       'dependencies': [ |  263       'dependencies': [ | 
|  264         'G711', |  264         'G711', | 
|  265         'G722', |  265         'G722', | 
|  266         'PCM16B', |  266         'PCM16B', | 
|  267         'iLBC', |  267         'iLBC', | 
|  268         'iSAC', |  268         'isac', | 
|  269         'CNG', |  269         'CNG', | 
|  270         '<(webrtc_root)/common.gyp:webrtc_common', |  270         '<(webrtc_root)/common.gyp:webrtc_common', | 
|  271         '<(DEPTH)/testing/gtest.gyp:gtest', |  271         '<(DEPTH)/testing/gtest.gyp:gtest', | 
|  272       ], |  272       ], | 
|  273       'direct_dependent_settings': { |  273       'direct_dependent_settings': { | 
|  274         'include_dirs': [ |  274         'include_dirs': [ | 
|  275           'interface', |  275           'interface', | 
|  276           'test', |  276           'test', | 
|  277           '<(webrtc_root)', |  277           '<(webrtc_root)', | 
|  278         ], |  278         ], | 
| (...skipping 11 matching lines...) Expand all  Loading... | 
|  290         'test/NETEQTEST_RTPpacket.cc', |  290         'test/NETEQTEST_RTPpacket.cc', | 
|  291         'test/NETEQTEST_RTPpacket.h', |  291         'test/NETEQTEST_RTPpacket.h', | 
|  292       ], |  292       ], | 
|  293       # Disable warnings to enable Win64 build, issue 1323. |  293       # Disable warnings to enable Win64 build, issue 1323. | 
|  294       'msvs_disabled_warnings': [ |  294       'msvs_disabled_warnings': [ | 
|  295         4267,  # size_t to int truncation. |  295         4267,  # size_t to int truncation. | 
|  296       ], |  296       ], | 
|  297     }, |  297     }, | 
|  298   ], # targets |  298   ], # targets | 
|  299 } |  299 } | 
| OLD | NEW |