Remove base64 from publicly visible targets.

This library is not expected to be used outside of WebRTC.

Bug: None
Change-Id: I35e864eccc2e4101255332372e0c27bb0c492586
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/293341
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Auto-Submit: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#39322}
This commit is contained in:
Mirko Bonadei 2023-02-14 10:08:51 +01:00 committed by WebRTC LUCI CQ
parent 4dac78a02b
commit d76d4822b7

View File

@ -9,7 +9,6 @@
import("../../../webrtc.gni") import("../../../webrtc.gni")
rtc_library("base64") { rtc_library("base64") {
visibility = [ "*" ]
sources = [ sources = [
"base64.cc", "base64.cc",
"base64.h", "base64.h",