From 3890262ac5a7381a73d7a1969903f27d21bf0b9c Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Tue, 17 Jul 2018 10:10:53 +0200 Subject: [PATCH] Reland "Removing unneeded dependency." This is a reland of 06f66c72600e58438ba9caf9f523e00a519ef3c0 Original change's description: > Removing unneeded dependency. > > The //audio build target does not depend on the > builtin_audio_encoder_factory, this CL removes it from the dependency > list in order to avoid to propagate symbols that are not supposed to > be there. > > Bug: webrtc:9528 > Change-Id: Ib3868ee93f61057f61283faaa83e0633ebfdea90 > Reviewed-on: https://webrtc-review.googlesource.com/89002 > Reviewed-by: Yves Gerey > Reviewed-by: Oskar Sundbom > Commit-Queue: Mirko Bonadei > Cr-Commit-Position: refs/heads/master@{#24019} TBR: yvesg@webrtc.org Bug: webrtc:9528 Change-Id: I696140d5255c659de69430a2c24fcb364eed3c19 Reviewed-on: https://webrtc-review.googlesource.com/89401 Reviewed-by: Mirko Bonadei Commit-Queue: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#24045} --- audio/BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/audio/BUILD.gn b/audio/BUILD.gn index 22ceeb62c4..37793d33e6 100644 --- a/audio/BUILD.gn +++ b/audio/BUILD.gn @@ -54,7 +54,6 @@ rtc_static_library("audio") { "../api/audio:audio_frame_api", "../api/audio:audio_mixer_api", "../api/audio_codecs:audio_codecs_api", - "../api/audio_codecs:builtin_audio_encoder_factory", "../call:bitrate_allocator", "../call:call_interfaces", "../call:rtp_interfaces",