OLD | NEW |
1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2016 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 import("../build/webrtc.gni") | 9 import("../build/webrtc.gni") |
10 import("audio_coding/audio_coding.gni") | 10 import("audio_coding/audio_coding.gni") |
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
230 outputs = [ | 230 outputs = [ |
231 "{{bundle_resources_dir}}/{{source_file_part}}", | 231 "{{bundle_resources_dir}}/{{source_file_part}}", |
232 ] | 232 ] |
233 } | 233 } |
234 } | 234 } |
235 | 235 |
236 rtc_test("modules_unittests") { | 236 rtc_test("modules_unittests") { |
237 testonly = true | 237 testonly = true |
238 | 238 |
239 defines = audio_coding_defines | 239 defines = audio_coding_defines |
240 deps = [ | 240 deps = [] |
241 "audio_coding:legacy_encoded_audio_frame", | |
242 ] | |
243 sources = [ | 241 sources = [ |
244 "audio_coding/acm2/acm_receiver_unittest_oldapi.cc", | 242 "audio_coding/acm2/acm_receiver_unittest_oldapi.cc", |
245 "audio_coding/acm2/audio_coding_module_unittest_oldapi.cc", | 243 "audio_coding/acm2/audio_coding_module_unittest_oldapi.cc", |
246 "audio_coding/acm2/call_statistics_unittest.cc", | 244 "audio_coding/acm2/call_statistics_unittest.cc", |
247 "audio_coding/acm2/codec_manager_unittest.cc", | 245 "audio_coding/acm2/codec_manager_unittest.cc", |
248 "audio_coding/acm2/initial_delay_manager_unittest.cc", | 246 "audio_coding/acm2/initial_delay_manager_unittest.cc", |
249 "audio_coding/acm2/rent_a_codec_unittest.cc", | 247 "audio_coding/acm2/rent_a_codec_unittest.cc", |
250 "audio_coding/audio_network_adaptor/audio_network_adaptor_impl_unittest.cc
", | 248 "audio_coding/audio_network_adaptor/audio_network_adaptor_impl_unittest.cc
", |
251 "audio_coding/audio_network_adaptor/channel_controller_unittest.cc", | 249 "audio_coding/audio_network_adaptor/channel_controller_unittest.cc", |
252 "audio_coding/audio_network_adaptor/controller_manager_unittest.cc", | 250 "audio_coding/audio_network_adaptor/controller_manager_unittest.cc", |
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
674 sources += [ | 672 sources += [ |
675 "audio_device/ios/audio_device_unittest_ios.cc", | 673 "audio_device/ios/audio_device_unittest_ios.cc", |
676 "audio_device/ios/objc/RTCAudioSessionTest.mm", | 674 "audio_device/ios/objc/RTCAudioSessionTest.mm", |
677 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc", | 675 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc", |
678 ] | 676 ] |
679 | 677 |
680 ldflags = [ "-ObjC" ] | 678 ldflags = [ "-ObjC" ] |
681 } | 679 } |
682 } | 680 } |
683 } | 681 } |
OLD | NEW |