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

Side by Side Diff: webrtc/modules/audio_coding/main/audio_coding_module.gypi

Issue 1410073006: ACM: Move NACK functionality inside NetEq (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Add function descriptions 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 'acm2/audio_coding_module_impl.cc', 78 'acm2/audio_coding_module_impl.cc',
79 'acm2/audio_coding_module_impl.h', 79 'acm2/audio_coding_module_impl.h',
80 'acm2/call_statistics.cc', 80 'acm2/call_statistics.cc',
81 'acm2/call_statistics.h', 81 'acm2/call_statistics.h',
82 'acm2/codec_manager.cc', 82 'acm2/codec_manager.cc',
83 'acm2/codec_manager.h', 83 'acm2/codec_manager.h',
84 'acm2/codec_owner.cc', 84 'acm2/codec_owner.cc',
85 'acm2/codec_owner.h', 85 'acm2/codec_owner.h',
86 'acm2/initial_delay_manager.cc', 86 'acm2/initial_delay_manager.cc',
87 'acm2/initial_delay_manager.h', 87 'acm2/initial_delay_manager.h',
88 'acm2/nack.cc',
89 'acm2/nack.h',
90 'interface/audio_coding_module.h', 88 'interface/audio_coding_module.h',
91 'interface/audio_coding_module_typedefs.h', 89 'interface/audio_coding_module_typedefs.h',
92 ], 90 ],
93 }, 91 },
94 ], 92 ],
95 'conditions': [ 93 'conditions': [
96 ['include_tests==1', { 94 ['include_tests==1', {
97 'targets': [ 95 'targets': [
98 { 96 {
99 'target_name': 'acm_receive_test', 97 'target_name': 'acm_receive_test',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 'sources': [ 161 'sources': [
164 'test/insert_packet_with_timing.cc', 162 'test/insert_packet_with_timing.cc',
165 'test/Channel.cc', 163 'test/Channel.cc',
166 'test/PCMFile.cc', 164 'test/PCMFile.cc',
167 ], 165 ],
168 }, # delay_test 166 }, # delay_test
169 ], 167 ],
170 }], 168 }],
171 ], 169 ],
172 } 170 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698