| OLD | NEW |
| 1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2016 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 import("../build/webrtc.gni") | 9 import("../build/webrtc.gni") |
| 10 import("audio_coding/audio_coding.gni") | 10 import("audio_coding/audio_coding.gni") |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 cflags = [ | 131 cflags = [ |
| 132 # TODO(phoglund): get rid of 4373 supression when | 132 # TODO(phoglund): get rid of 4373 supression when |
| 133 # http://code.google.com/p/webrtc/issues/detail?id=261 is solved. | 133 # http://code.google.com/p/webrtc/issues/detail?id=261 is solved. |
| 134 # legacy warning for ignoring const / volatile in signatures. | 134 # legacy warning for ignoring const / volatile in signatures. |
| 135 "/wd4373", | 135 "/wd4373", |
| 136 ] | 136 ] |
| 137 } | 137 } |
| 138 } | 138 } |
| 139 | 139 |
| 140 modules_unittests_resources = [ | 140 modules_unittests_resources = [ |
| 141 "//data/audio_processing/output_data_fixed.pb", | |
| 142 "//data/audio_processing/output_data_float.pb", | |
| 143 "//data/audio_processing/output_data_mac.pb", | |
| 144 "//data/voice_engine/audio_tiny48.wav", | 141 "//data/voice_engine/audio_tiny48.wav", |
| 145 "//resources/att-downlink.rx", | 142 "//resources/att-downlink.rx", |
| 146 "//resources/att-uplink.rx", | 143 "//resources/att-uplink.rx", |
| 147 "//resources/audio_coding/neteq_opus.rtp", | 144 "//resources/audio_coding/neteq_opus.rtp", |
| 148 "//resources/audio_coding/neteq_universal_new.rtp", | 145 "//resources/audio_coding/neteq_universal_new.rtp", |
| 149 "//resources/audio_coding/speech_mono_16kHz.pcm", | 146 "//resources/audio_coding/speech_mono_16kHz.pcm", |
| 150 "//resources/audio_coding/speech_mono_32_48kHz.pcm", | 147 "//resources/audio_coding/speech_mono_32_48kHz.pcm", |
| 151 "//resources/audio_coding/testfile32kHz.pcm", | 148 "//resources/audio_coding/testfile32kHz.pcm", |
| 152 "//resources/audio_coding/teststereo32kHz.pcm", | 149 "//resources/audio_coding/teststereo32kHz.pcm", |
| 153 "//resources/audio_device/audio_short16.pcm", | 150 "//resources/audio_device/audio_short16.pcm", |
| 154 "//resources/audio_device/audio_short44.pcm", | 151 "//resources/audio_device/audio_short44.pcm", |
| 155 "//resources/audio_device/audio_short48.pcm", | 152 "//resources/audio_device/audio_short48.pcm", |
| 156 "//resources/audio_processing/agc/agc_audio.pcm", | 153 "//resources/audio_processing/agc/agc_audio.pcm", |
| 157 "//resources/audio_processing/agc/agc_no_circular_buffer.dat", | 154 "//resources/audio_processing/agc/agc_no_circular_buffer.dat", |
| 158 "//resources/audio_processing/agc/agc_pitch_gain.dat", | 155 "//resources/audio_processing/agc/agc_pitch_gain.dat", |
| 159 "//resources/audio_processing/agc/agc_pitch_lag.dat", | 156 "//resources/audio_processing/agc/agc_pitch_lag.dat", |
| 160 "//resources/audio_processing/agc/agc_spectral_peak.dat", | 157 "//resources/audio_processing/agc/agc_spectral_peak.dat", |
| 161 "//resources/audio_processing/agc/agc_vad.dat", | 158 "//resources/audio_processing/agc/agc_vad.dat", |
| 162 "//resources/audio_processing/agc/agc_voicing_prob.dat", | 159 "//resources/audio_processing/agc/agc_voicing_prob.dat", |
| 163 "//resources/audio_processing/agc/agc_with_circular_buffer.dat", | 160 "//resources/audio_processing/agc/agc_with_circular_buffer.dat", |
| 161 "//resources/audio_processing/output_data_fixed.pb", |
| 162 "//resources/audio_processing/output_data_float.pb", |
| 163 "//resources/audio_processing/output_data_mac.pb", |
| 164 "//resources/audio_processing/transient/ajm-macbook-1-spke16m.pcm", | 164 "//resources/audio_processing/transient/ajm-macbook-1-spke16m.pcm", |
| 165 "//resources/audio_processing/transient/audio16kHz.pcm", | 165 "//resources/audio_processing/transient/audio16kHz.pcm", |
| 166 "//resources/audio_processing/transient/audio32kHz.pcm", | 166 "//resources/audio_processing/transient/audio32kHz.pcm", |
| 167 "//resources/audio_processing/transient/audio48kHz.pcm", | 167 "//resources/audio_processing/transient/audio48kHz.pcm", |
| 168 "//resources/audio_processing/transient/audio8kHz.pcm", | 168 "//resources/audio_processing/transient/audio8kHz.pcm", |
| 169 "//resources/audio_processing/transient/detect16kHz.dat", | 169 "//resources/audio_processing/transient/detect16kHz.dat", |
| 170 "//resources/audio_processing/transient/detect32kHz.dat", | 170 "//resources/audio_processing/transient/detect32kHz.dat", |
| 171 "//resources/audio_processing/transient/detect48kHz.dat", | 171 "//resources/audio_processing/transient/detect48kHz.dat", |
| 172 "//resources/audio_processing/transient/detect8kHz.dat", | 172 "//resources/audio_processing/transient/detect8kHz.dat", |
| 173 "//resources/audio_processing/transient/double-utils.dat", | 173 "//resources/audio_processing/transient/double-utils.dat", |
| (...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 746 "../test:test_common", | 746 "../test:test_common", |
| 747 "../test:test_support_main", | 747 "../test:test_support_main", |
| 748 "remote_bitrate_estimator:bwe_simulator_lib", | 748 "remote_bitrate_estimator:bwe_simulator_lib", |
| 749 "video_capture", | 749 "video_capture", |
| 750 "//testing/gmock", | 750 "//testing/gmock", |
| 751 "//testing/gtest", | 751 "//testing/gtest", |
| 752 "//third_party/gflags", | 752 "//third_party/gflags", |
| 753 ] | 753 ] |
| 754 } | 754 } |
| 755 } | 755 } |
| OLD | NEW |