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

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

Issue 1917163002: New interface (AudioDecoderFactory), with an implementation (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 7 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) 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 ], 126 ],
127 'dependencies': [ 127 'dependencies': [
128 'acm_receive_test', 128 'acm_receive_test',
129 'acm_send_test', 129 'acm_send_test',
130 'audio_coding_module', 130 'audio_coding_module',
131 'audio_conference_mixer', 131 'audio_conference_mixer',
132 'audio_device' , 132 'audio_device' ,
133 'audio_processing', 133 'audio_processing',
134 'audioproc_test_utils', 134 'audioproc_test_utils',
135 'bitrate_controller', 135 'bitrate_controller',
136 'builtin_audio_codec_factory',
136 'bwe_simulator', 137 'bwe_simulator',
137 'cng', 138 'cng',
138 'isac_fix', 139 'isac_fix',
139 'media_file', 140 'media_file',
140 'neteq', 141 'neteq',
141 'neteq_test_support', 142 'neteq_test_support',
142 'neteq_unittest_tools', 143 'neteq_unittest_tools',
143 'paced_sender', 144 'paced_sender',
144 'pcm16b', # Needed by NetEq tests. 145 'pcm16b', # Needed by NetEq tests.
145 'red', 146 'red',
(...skipping 14 matching lines...) Expand all
160 '<(webrtc_root)/modules/video_coding/codecs/vp8/vp8.gyp:webrtc_vp8', 161 '<(webrtc_root)/modules/video_coding/codecs/vp8/vp8.gyp:webrtc_vp8',
161 '<(webrtc_root)/modules/video_coding/codecs/vp9/vp9.gyp:webrtc_vp9', 162 '<(webrtc_root)/modules/video_coding/codecs/vp9/vp9.gyp:webrtc_vp9',
162 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers' , 163 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers' ,
163 '<(webrtc_root)/test/test.gyp:video_test_common', 164 '<(webrtc_root)/test/test.gyp:video_test_common',
164 '<(webrtc_root)/test/test.gyp:rtp_test_utils', 165 '<(webrtc_root)/test/test.gyp:rtp_test_utils',
165 '<(webrtc_root)/test/test.gyp:test_support_main', 166 '<(webrtc_root)/test/test.gyp:test_support_main',
166 '<(webrtc_root)/test/test.gyp:test_common', 167 '<(webrtc_root)/test/test.gyp:test_common',
167 '<(webrtc_root)/tools/tools.gyp:agc_test_utils', 168 '<(webrtc_root)/tools/tools.gyp:agc_test_utils',
168 ], 169 ],
169 'sources': [ 170 'sources': [
171 'audio_coding/codecs/audio_decoder_factory_unittest.cc',
170 'audio_coding/codecs/cng/audio_encoder_cng_unittest.cc', 172 'audio_coding/codecs/cng/audio_encoder_cng_unittest.cc',
171 'audio_coding/acm2/acm_receiver_unittest_oldapi.cc', 173 'audio_coding/acm2/acm_receiver_unittest_oldapi.cc',
172 'audio_coding/acm2/audio_coding_module_unittest_oldapi.cc', 174 'audio_coding/acm2/audio_coding_module_unittest_oldapi.cc',
173 'audio_coding/acm2/call_statistics_unittest.cc', 175 'audio_coding/acm2/call_statistics_unittest.cc',
174 'audio_coding/acm2/codec_manager_unittest.cc', 176 'audio_coding/acm2/codec_manager_unittest.cc',
175 'audio_coding/acm2/initial_delay_manager_unittest.cc', 177 'audio_coding/acm2/initial_delay_manager_unittest.cc',
176 'audio_coding/acm2/rent_a_codec_unittest.cc', 178 'audio_coding/acm2/rent_a_codec_unittest.cc',
177 'audio_coding/codecs/cng/cng_unittest.cc', 179 'audio_coding/codecs/cng/cng_unittest.cc',
178 'audio_coding/codecs/isac/fix/source/filterbanks_unittest.cc', 180 'audio_coding/codecs/isac/fix/source/filterbanks_unittest.cc',
179 'audio_coding/codecs/isac/fix/source/filters_unittest.cc', 181 'audio_coding/codecs/isac/fix/source/filters_unittest.cc',
(...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after
796 'sources': [ 798 'sources': [
797 'video_render_tests.isolate', 799 'video_render_tests.isolate',
798 ], 800 ],
799 }, 801 },
800 ], 802 ],
801 }], 803 }],
802 ], 804 ],
803 }], # include_tests 805 }], # include_tests
804 ], # conditions 806 ], # conditions
805 } 807 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698