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

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

Issue 2045243002: NetEq: Rename Nack to NackTracker to avoid name collisions in GN (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 6 months 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 'dsp_helper.cc', 93 'dsp_helper.cc',
94 'dsp_helper.h', 94 'dsp_helper.h',
95 'dtmf_buffer.cc', 95 'dtmf_buffer.cc',
96 'dtmf_buffer.h', 96 'dtmf_buffer.h',
97 'dtmf_tone_generator.cc', 97 'dtmf_tone_generator.cc',
98 'dtmf_tone_generator.h', 98 'dtmf_tone_generator.h',
99 'expand.cc', 99 'expand.cc',
100 'expand.h', 100 'expand.h',
101 'merge.cc', 101 'merge.cc',
102 'merge.h', 102 'merge.h',
103 'nack.h', 103 'nack_tracker.h',
104 'nack.cc', 104 'nack_tracker.cc',
105 'neteq_impl.cc', 105 'neteq_impl.cc',
106 'neteq_impl.h', 106 'neteq_impl.h',
107 'neteq.cc', 107 'neteq.cc',
108 'statistics_calculator.cc', 108 'statistics_calculator.cc',
109 'statistics_calculator.h', 109 'statistics_calculator.h',
110 'normal.cc', 110 'normal.cc',
111 'normal.h', 111 'normal.h',
112 'packet.cc', 112 'packet.cc',
113 'packet.h', 113 'packet.h',
114 'packet_buffer.cc', 114 'packet_buffer.cc',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 'tools/rtp_file_source.cc', 210 'tools/rtp_file_source.cc',
211 'tools/rtp_file_source.h', 211 'tools/rtp_file_source.h',
212 'tools/rtp_generator.cc', 212 'tools/rtp_generator.cc',
213 'tools/rtp_generator.h', 213 'tools/rtp_generator.h',
214 ], 214 ],
215 }, # neteq_unittest_tools 215 }, # neteq_unittest_tools
216 ], # targets 216 ], # targets
217 }], # include_tests 217 }], # include_tests
218 ], # conditions 218 ], # conditions
219 } 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