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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
315 sources += [ | 315 sources += [ |
316 "audio_processing/audio_processing_impl_locking_unittest.cc", | 316 "audio_processing/audio_processing_impl_locking_unittest.cc", |
317 "audio_processing/audio_processing_impl_unittest.cc", | 317 "audio_processing/audio_processing_impl_unittest.cc", |
318 "audio_processing/audio_processing_unittest.cc", | 318 "audio_processing/audio_processing_unittest.cc", |
319 "audio_processing/echo_cancellation_bit_exact_unittest.cc", | 319 "audio_processing/echo_cancellation_bit_exact_unittest.cc", |
320 "audio_processing/echo_control_mobile_unittest.cc", | 320 "audio_processing/echo_control_mobile_unittest.cc", |
321 "audio_processing/gain_control_unittest.cc", | 321 "audio_processing/gain_control_unittest.cc", |
322 "audio_processing/high_pass_filter_unittest.cc", | 322 "audio_processing/high_pass_filter_unittest.cc", |
323 "audio_processing/level_estimator_unittest.cc", | 323 "audio_processing/level_estimator_unittest.cc", |
324 "audio_processing/noise_suppression_unittest.cc", | 324 "audio_processing/noise_suppression_unittest.cc", |
325 "audio_processing/test/audio_buffer_tools.cc", | |
326 "audio_processing/test/audio_buffer_tools.h", | |
327 "audio_processing/test/bitexactness_tools.cc", | 325 "audio_processing/test/bitexactness_tools.cc", |
328 "audio_processing/test/bitexactness_tools.h", | 326 "audio_processing/test/bitexactness_tools.h", |
329 "audio_processing/test/debug_dump_replayer.cc", | 327 "audio_processing/test/debug_dump_replayer.cc", |
330 "audio_processing/test/debug_dump_replayer.h", | 328 "audio_processing/test/debug_dump_replayer.h", |
331 "audio_processing/test/debug_dump_test.cc", | 329 "audio_processing/test/debug_dump_test.cc", |
332 "audio_processing/test/test_utils.h", | 330 "audio_processing/test/test_utils.h", |
333 "audio_processing/voice_detection_unittest.cc", | 331 "audio_processing/voice_detection_unittest.cc", |
334 ] | 332 ] |
335 } | 333 } |
336 | 334 |
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
534 "audio_device/ios/objc/RTCAudioSessionTest.mm", | 532 "audio_device/ios/objc/RTCAudioSessionTest.mm", |
535 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc", | 533 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc", |
536 ] | 534 ] |
537 | 535 |
538 ldflags = [ "-ObjC" ] | 536 ldflags = [ "-ObjC" ] |
539 | 537 |
540 # TODO(kjellander): Mac bundle files. | 538 # TODO(kjellander): Mac bundle files. |
541 } | 539 } |
542 } | 540 } |
543 } | 541 } |
OLD | NEW |