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

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

Issue 1410073006: ACM: Move NACK functionality inside NetEq (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase Created 5 years, 1 month 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 'variables': { 10 'variables': {
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 'dsp_helper.cc', 89 'dsp_helper.cc',
90 'dsp_helper.h', 90 'dsp_helper.h',
91 'dtmf_buffer.cc', 91 'dtmf_buffer.cc',
92 'dtmf_buffer.h', 92 'dtmf_buffer.h',
93 'dtmf_tone_generator.cc', 93 'dtmf_tone_generator.cc',
94 'dtmf_tone_generator.h', 94 'dtmf_tone_generator.h',
95 'expand.cc', 95 'expand.cc',
96 'expand.h', 96 'expand.h',
97 'merge.cc', 97 'merge.cc',
98 'merge.h', 98 'merge.h',
99 'nack.h',
100 'nack.cc',
99 'neteq_impl.cc', 101 'neteq_impl.cc',
100 'neteq_impl.h', 102 'neteq_impl.h',
101 'neteq.cc', 103 'neteq.cc',
102 'statistics_calculator.cc', 104 'statistics_calculator.cc',
103 'statistics_calculator.h', 105 'statistics_calculator.h',
104 'normal.cc', 106 'normal.cc',
105 'normal.h', 107 'normal.h',
106 'packet_buffer.cc', 108 'packet_buffer.cc',
107 'packet_buffer.h', 109 'packet_buffer.h',
108 'payload_splitter.cc', 110 'payload_splitter.cc',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 'dependencies': [ 210 'dependencies': [
209 '<(apk_tests_path):audio_decoder_unittests_apk', 211 '<(apk_tests_path):audio_decoder_unittests_apk',
210 ], 212 ],
211 }, 213 },
212 ], 214 ],
213 }], 215 }],
214 ], 216 ],
215 }], # include_tests 217 }], # include_tests
216 ], # conditions 218 ], # conditions
217 } 219 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_coding/neteq/nack_unittest.cc ('k') | webrtc/modules/audio_coding/neteq/neteq_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698