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:
parent
4dac78a02b
commit
d76d4822b7
1
rtc_base/third_party/base64/BUILD.gn
vendored
1
rtc_base/third_party/base64/BUILD.gn
vendored
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user