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

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

Issue 1910523003: Add a new TickTimer class to NetEq (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Add custom ms_per_tick to TickTimer Created 4 years, 8 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
« no previous file with comments | « webrtc/modules/audio_coding/BUILD.gn ('k') | webrtc/modules/audio_coding/neteq/tick_timer.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 'post_decode_vad.cc', 112 'post_decode_vad.cc',
113 'post_decode_vad.h', 113 'post_decode_vad.h',
114 'preemptive_expand.cc', 114 'preemptive_expand.cc',
115 'preemptive_expand.h', 115 'preemptive_expand.h',
116 'random_vector.cc', 116 'random_vector.cc',
117 'random_vector.h', 117 'random_vector.h',
118 'rtcp.cc', 118 'rtcp.cc',
119 'rtcp.h', 119 'rtcp.h',
120 'sync_buffer.cc', 120 'sync_buffer.cc',
121 'sync_buffer.h', 121 'sync_buffer.h',
122 'tick_timer.cc',
123 'tick_timer.h',
122 'timestamp_scaler.cc', 124 'timestamp_scaler.cc',
123 'timestamp_scaler.h', 125 'timestamp_scaler.h',
124 'time_stretch.cc', 126 'time_stretch.cc',
125 'time_stretch.h', 127 'time_stretch.h',
126 ], 128 ],
127 }, 129 },
128 ], # targets 130 ], # targets
129 'conditions': [ 131 'conditions': [
130 ['include_tests==1', { 132 ['include_tests==1', {
131 'includes': ['neteq_tests.gypi',], 133 'includes': ['neteq_tests.gypi',],
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 'tools/rtp_file_source.cc', 204 'tools/rtp_file_source.cc',
203 'tools/rtp_file_source.h', 205 'tools/rtp_file_source.h',
204 'tools/rtp_generator.cc', 206 'tools/rtp_generator.cc',
205 'tools/rtp_generator.h', 207 'tools/rtp_generator.h',
206 ], 208 ],
207 }, # neteq_unittest_tools 209 }, # neteq_unittest_tools
208 ], # targets 210 ], # targets
209 }], # include_tests 211 }], # include_tests
210 ], # conditions 212 ], # conditions
211 } 213 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_coding/BUILD.gn ('k') | webrtc/modules/audio_coding/neteq/tick_timer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698