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

Side by Side Diff: webrtc/modules/BUILD.gn

Issue 2299023004: Remove unused agc_unittest.cc and agc_harness.cc (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/agc/agc_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 "audio_coding/neteq/time_stretch_unittest.cc", 310 "audio_coding/neteq/time_stretch_unittest.cc",
311 "audio_coding/neteq/timestamp_scaler_unittest.cc", 311 "audio_coding/neteq/timestamp_scaler_unittest.cc",
312 "audio_coding/neteq/tools/input_audio_file_unittest.cc", 312 "audio_coding/neteq/tools/input_audio_file_unittest.cc",
313 "audio_coding/neteq/tools/packet_unittest.cc", 313 "audio_coding/neteq/tools/packet_unittest.cc",
314 "audio_conference_mixer/test/audio_conference_mixer_unittest.cc", 314 "audio_conference_mixer/test/audio_conference_mixer_unittest.cc",
315 "audio_device/fine_audio_buffer_unittest.cc", 315 "audio_device/fine_audio_buffer_unittest.cc",
316 "audio_mixer/test/audio_mixer_unittest.cc", 316 "audio_mixer/test/audio_mixer_unittest.cc",
317 "audio_processing/aec/echo_cancellation_unittest.cc", 317 "audio_processing/aec/echo_cancellation_unittest.cc",
318 "audio_processing/aec/system_delay_unittest.cc", 318 "audio_processing/aec/system_delay_unittest.cc",
319 "audio_processing/agc/agc_manager_direct_unittest.cc", 319 "audio_processing/agc/agc_manager_direct_unittest.cc",
320
321 # TODO(ajm): Fix to match new interface.
322 # "audio_processing/agc/agc_unittest.cc",
323 "audio_processing/agc/loudness_histogram_unittest.cc", 320 "audio_processing/agc/loudness_histogram_unittest.cc",
324 "audio_processing/agc/mock_agc.h", 321 "audio_processing/agc/mock_agc.h",
325 "audio_processing/audio_buffer_unittest.cc", 322 "audio_processing/audio_buffer_unittest.cc",
326 "audio_processing/beamformer/array_util_unittest.cc", 323 "audio_processing/beamformer/array_util_unittest.cc",
327 "audio_processing/beamformer/complex_matrix_unittest.cc", 324 "audio_processing/beamformer/complex_matrix_unittest.cc",
328 "audio_processing/beamformer/covariance_matrix_generator_unittest.cc", 325 "audio_processing/beamformer/covariance_matrix_generator_unittest.cc",
329 "audio_processing/beamformer/matrix_unittest.cc", 326 "audio_processing/beamformer/matrix_unittest.cc",
330 "audio_processing/beamformer/mock_nonlinear_beamformer.h", 327 "audio_processing/beamformer/mock_nonlinear_beamformer.h",
331 "audio_processing/beamformer/nonlinear_beamformer_unittest.cc", 328 "audio_processing/beamformer/nonlinear_beamformer_unittest.cc",
332 "audio_processing/echo_cancellation_impl_unittest.cc", 329 "audio_processing/echo_cancellation_impl_unittest.cc",
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 "..:webrtc_common", 582 "..:webrtc_common",
586 "../base:rtc_base", # TODO(kjellander): Cleanup in bugs.webrtc.org/3806. 583 "../base:rtc_base", # TODO(kjellander): Cleanup in bugs.webrtc.org/3806.
587 "../common_audio", 584 "../common_audio",
588 "../common_video", 585 "../common_video",
589 "../system_wrappers:system_wrappers", 586 "../system_wrappers:system_wrappers",
590 "../test:rtp_test_utils", 587 "../test:rtp_test_utils",
591 "../test:test_common", 588 "../test:test_common",
592 "../test:test_support_main", 589 "../test:test_support_main",
593 "../test:test_support_main", 590 "../test:test_support_main",
594 "../test:video_test_common", 591 "../test:video_test_common",
595 "../tools:agc_test_utils",
596 "audio_coding", 592 "audio_coding",
597 "audio_coding:acm_receive_test", 593 "audio_coding:acm_receive_test",
598 "audio_coding:acm_send_test", 594 "audio_coding:acm_send_test",
599 "audio_coding:builtin_audio_decoder_factory", 595 "audio_coding:builtin_audio_decoder_factory",
600 "audio_coding:cng", 596 "audio_coding:cng",
601 "audio_coding:isac_fix", 597 "audio_coding:isac_fix",
602 "audio_coding:neteq", 598 "audio_coding:neteq",
603 "audio_coding:neteq_test_support", 599 "audio_coding:neteq_test_support",
604 "audio_coding:neteq_unittest_tools", 600 "audio_coding:neteq_unittest_tools",
605 "audio_coding:pcm16b", 601 "audio_coding:pcm16b",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
658 sources += [ 654 sources += [
659 "audio_device/ios/audio_device_unittest_ios.cc", 655 "audio_device/ios/audio_device_unittest_ios.cc",
660 "audio_device/ios/objc/RTCAudioSessionTest.mm", 656 "audio_device/ios/objc/RTCAudioSessionTest.mm",
661 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc", 657 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc",
662 ] 658 ]
663 659
664 ldflags = [ "-ObjC" ] 660 ldflags = [ "-ObjC" ]
665 } 661 }
666 } 662 }
667 } 663 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/agc/agc_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698