OLD | NEW |
1 # Copyright (c) 2015 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2015 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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
167 'export_dependent_settings': ['webrtc_opus'], | 167 'export_dependent_settings': ['webrtc_opus'], |
168 }], | 168 }], |
169 ], | 169 ], |
170 'sources': [ | 170 'sources': [ |
171 'acm2/acm_common_defs.h', | 171 'acm2/acm_common_defs.h', |
172 'acm2/acm_receiver.cc', | 172 'acm2/acm_receiver.cc', |
173 'acm2/acm_receiver.h', | 173 'acm2/acm_receiver.h', |
174 'acm2/acm_resampler.cc', | 174 'acm2/acm_resampler.cc', |
175 'acm2/acm_resampler.h', | 175 'acm2/acm_resampler.h', |
176 'acm2/audio_coding_module.cc', | 176 'acm2/audio_coding_module.cc', |
177 'acm2/audio_coding_module_impl.cc', | |
178 'acm2/audio_coding_module_impl.h', | |
179 'acm2/call_statistics.cc', | 177 'acm2/call_statistics.cc', |
180 'acm2/call_statistics.h', | 178 'acm2/call_statistics.h', |
181 'acm2/codec_manager.cc', | 179 'acm2/codec_manager.cc', |
182 'acm2/codec_manager.h', | 180 'acm2/codec_manager.h', |
183 'acm2/initial_delay_manager.cc', | 181 'acm2/initial_delay_manager.cc', |
184 'acm2/initial_delay_manager.h', | 182 'acm2/initial_delay_manager.h', |
185 'include/audio_coding_module.h', | 183 'include/audio_coding_module.h', |
186 'include/audio_coding_module_typedefs.h', | 184 'include/audio_coding_module_typedefs.h', |
187 ], | 185 ], |
188 }, | 186 }, |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
261 'sources': [ | 259 'sources': [ |
262 'test/insert_packet_with_timing.cc', | 260 'test/insert_packet_with_timing.cc', |
263 'test/Channel.cc', | 261 'test/Channel.cc', |
264 'test/PCMFile.cc', | 262 'test/PCMFile.cc', |
265 ], | 263 ], |
266 }, # delay_test | 264 }, # delay_test |
267 ], | 265 ], |
268 }], | 266 }], |
269 ], | 267 ], |
270 } | 268 } |
OLD | NEW |