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

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: 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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 'acm2/audio_coding_module_impl.cc', 101 'acm2/audio_coding_module_impl.cc',
102 'acm2/audio_coding_module_impl.h', 102 'acm2/audio_coding_module_impl.h',
103 'acm2/call_statistics.cc', 103 'acm2/call_statistics.cc',
104 'acm2/call_statistics.h', 104 'acm2/call_statistics.h',
105 'acm2/codec_manager.cc', 105 'acm2/codec_manager.cc',
106 'acm2/codec_manager.h', 106 'acm2/codec_manager.h',
107 'acm2/codec_owner.cc', 107 'acm2/codec_owner.cc',
108 'acm2/codec_owner.h', 108 'acm2/codec_owner.h',
109 'acm2/initial_delay_manager.cc', 109 'acm2/initial_delay_manager.cc',
110 'acm2/initial_delay_manager.h', 110 'acm2/initial_delay_manager.h',
111 'acm2/nack.cc',
112 'acm2/nack.h',
113 'include/audio_coding_module.h', 111 'include/audio_coding_module.h',
114 'include/audio_coding_module_typedefs.h', 112 'include/audio_coding_module_typedefs.h',
115 ], 113 ],
116 }, 114 },
117 ], 115 ],
118 'conditions': [ 116 'conditions': [
119 ['include_tests==1', { 117 ['include_tests==1', {
120 'targets': [ 118 'targets': [
121 { 119 {
122 'target_name': 'acm_receive_test', 120 'target_name': 'acm_receive_test',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 'sources': [ 184 'sources': [
187 'test/insert_packet_with_timing.cc', 185 'test/insert_packet_with_timing.cc',
188 'test/Channel.cc', 186 'test/Channel.cc',
189 'test/PCMFile.cc', 187 'test/PCMFile.cc',
190 ], 188 ],
191 }, # delay_test 189 }, # delay_test
192 ], 190 ],
193 }], 191 }],
194 ], 192 ],
195 } 193 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_coding/main/acm2/nack_unittest.cc ('k') | webrtc/modules/audio_coding/neteq/include/neteq.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698