From 0a1e65e9be066ed5cd401a67855f77cb7c95894f Mon Sep 17 00:00:00 2001 From: Sam Zackrisson Date: Fri, 20 Mar 2020 11:30:32 +0100 Subject: [PATCH] Add empty placeholder target for rms_level.* MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A follow-up CL will move the rms_level.* files into the new target. Bug: webrtc:11226 Change-Id: I59579b026346f627c0a2739d25f90c12bffbf248 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/171102 Commit-Queue: Sam Zackrisson Reviewed-by: Per Ã…hgren Cr-Commit-Position: refs/heads/master@{#30840} --- modules/audio_processing/BUILD.gn | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/modules/audio_processing/BUILD.gn b/modules/audio_processing/BUILD.gn index 2071c4a540..9eafd0257b 100644 --- a/modules/audio_processing/BUILD.gn +++ b/modules/audio_processing/BUILD.gn @@ -157,6 +157,7 @@ rtc_library("audio_processing") { ":audio_processing_statistics", ":config", ":high_pass_filter", + ":rms_level", ":voice_detection", "../../api:array_view", "../../api:function_view", @@ -213,6 +214,14 @@ rtc_library("voice_detection") { ] } +rtc_source_set("rms_level") { + visibility = [ "*" ] + + # TODO(webrtc:11226): Move rms_level.* to here. + sources = [] + deps = [] +} + rtc_library("audio_processing_statistics") { visibility = [ "*" ] sources = [