| 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 387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 398 "audio_processing:audioproc_unittest_proto", | 398 "audio_processing:audioproc_unittest_proto", |
| 399 ] | 399 ] |
| 400 sources += [ | 400 sources += [ |
| 401 "audio_processing/audio_processing_impl_locking_unittest.cc", | 401 "audio_processing/audio_processing_impl_locking_unittest.cc", |
| 402 "audio_processing/audio_processing_impl_unittest.cc", | 402 "audio_processing/audio_processing_impl_unittest.cc", |
| 403 "audio_processing/audio_processing_unittest.cc", | 403 "audio_processing/audio_processing_unittest.cc", |
| 404 "audio_processing/echo_cancellation_bit_exact_unittest.cc", | 404 "audio_processing/echo_cancellation_bit_exact_unittest.cc", |
| 405 "audio_processing/echo_control_mobile_unittest.cc", | 405 "audio_processing/echo_control_mobile_unittest.cc", |
| 406 "audio_processing/gain_control_unittest.cc", | 406 "audio_processing/gain_control_unittest.cc", |
| 407 "audio_processing/high_pass_filter_unittest.cc", | 407 "audio_processing/high_pass_filter_unittest.cc", |
| 408 "audio_processing/level_controller/level_controller_unittest.cc", |
| 408 "audio_processing/level_estimator_unittest.cc", | 409 "audio_processing/level_estimator_unittest.cc", |
| 409 "audio_processing/noise_suppression_unittest.cc", | 410 "audio_processing/noise_suppression_unittest.cc", |
| 410 "audio_processing/test/bitexactness_tools.cc", | 411 "audio_processing/test/bitexactness_tools.cc", |
| 411 "audio_processing/test/bitexactness_tools.h", | 412 "audio_processing/test/bitexactness_tools.h", |
| 412 "audio_processing/test/debug_dump_replayer.cc", | 413 "audio_processing/test/debug_dump_replayer.cc", |
| 413 "audio_processing/test/debug_dump_replayer.h", | 414 "audio_processing/test/debug_dump_replayer.h", |
| 414 "audio_processing/test/debug_dump_test.cc", | 415 "audio_processing/test/debug_dump_test.cc", |
| 415 "audio_processing/test/test_utils.h", | 416 "audio_processing/test/test_utils.h", |
| 416 "audio_processing/voice_detection_unittest.cc", | 417 "audio_processing/voice_detection_unittest.cc", |
| 417 ] | 418 ] |
| (...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 623 "audio_device/ios/objc/RTCAudioSessionTest.mm", | 624 "audio_device/ios/objc/RTCAudioSessionTest.mm", |
| 624 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc", | 625 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc", |
| 625 ] | 626 ] |
| 626 | 627 |
| 627 ldflags = [ "-ObjC" ] | 628 ldflags = [ "-ObjC" ] |
| 628 | 629 |
| 629 # TODO(kjellander): Mac bundle files. | 630 # TODO(kjellander): Mac bundle files. |
| 630 } | 631 } |
| 631 } | 632 } |
| 632 } | 633 } |
| OLD | NEW |