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

Side by Side Diff: webrtc/modules/modules.gyp

Issue 1903043003: WIP: Adding a centralized NetEq Clock (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@neteq-remove-type-param
Patch Set: 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/neteq/tick_timer_unittest.cc ('k') | no next file » | 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) 2011 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2011 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 'includes': [ 10 'includes': [
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 'audio_coding/neteq/neteq_impl_unittest.cc', 206 'audio_coding/neteq/neteq_impl_unittest.cc',
207 'audio_coding/neteq/neteq_network_stats_unittest.cc', 207 'audio_coding/neteq/neteq_network_stats_unittest.cc',
208 'audio_coding/neteq/neteq_stereo_unittest.cc', 208 'audio_coding/neteq/neteq_stereo_unittest.cc',
209 'audio_coding/neteq/neteq_unittest.cc', 209 'audio_coding/neteq/neteq_unittest.cc',
210 'audio_coding/neteq/normal_unittest.cc', 210 'audio_coding/neteq/normal_unittest.cc',
211 'audio_coding/neteq/packet_buffer_unittest.cc', 211 'audio_coding/neteq/packet_buffer_unittest.cc',
212 'audio_coding/neteq/payload_splitter_unittest.cc', 212 'audio_coding/neteq/payload_splitter_unittest.cc',
213 'audio_coding/neteq/post_decode_vad_unittest.cc', 213 'audio_coding/neteq/post_decode_vad_unittest.cc',
214 'audio_coding/neteq/random_vector_unittest.cc', 214 'audio_coding/neteq/random_vector_unittest.cc',
215 'audio_coding/neteq/sync_buffer_unittest.cc', 215 'audio_coding/neteq/sync_buffer_unittest.cc',
216 'audio_coding/neteq/tick_timer_unittest.cc',
216 'audio_coding/neteq/timestamp_scaler_unittest.cc', 217 'audio_coding/neteq/timestamp_scaler_unittest.cc',
217 'audio_coding/neteq/time_stretch_unittest.cc', 218 'audio_coding/neteq/time_stretch_unittest.cc',
218 'audio_coding/neteq/mock/mock_audio_decoder.h', 219 'audio_coding/neteq/mock/mock_audio_decoder.h',
219 'audio_coding/neteq/mock/mock_audio_vector.h', 220 'audio_coding/neteq/mock/mock_audio_vector.h',
220 'audio_coding/neteq/mock/mock_buffer_level_filter.h', 221 'audio_coding/neteq/mock/mock_buffer_level_filter.h',
221 'audio_coding/neteq/mock/mock_decoder_database.h', 222 'audio_coding/neteq/mock/mock_decoder_database.h',
222 'audio_coding/neteq/mock/mock_delay_manager.h', 223 'audio_coding/neteq/mock/mock_delay_manager.h',
223 'audio_coding/neteq/mock/mock_delay_peak_detector.h', 224 'audio_coding/neteq/mock/mock_delay_peak_detector.h',
224 'audio_coding/neteq/mock/mock_dtmf_buffer.h', 225 'audio_coding/neteq/mock/mock_dtmf_buffer.h',
225 'audio_coding/neteq/mock/mock_dtmf_tone_generator.h', 226 'audio_coding/neteq/mock/mock_dtmf_tone_generator.h',
(...skipping 569 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 'sources': [ 796 'sources': [
796 'video_render_tests.isolate', 797 'video_render_tests.isolate',
797 ], 798 ],
798 }, 799 },
799 ], 800 ],
800 }], 801 }],
801 ], 802 ],
802 }], # include_tests 803 }], # include_tests
803 ], # conditions 804 ], # conditions
804 } 805 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_coding/neteq/tick_timer_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698