Add visibility for new rtc_base targets.
This is a follow-up for https://webrtc-review.googlesource.com/c/src/+/350260. Bug: webrtc:339300437 Change-Id: Ia736dd59cb6fcc74df0e500620bf2a5b47a7a73b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/350601 Commit-Queue: Jeremy Leconte <jleconte@google.com> Reviewed-by: Jeremy Leconte <jleconte@google.com> Auto-Submit: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42308}
This commit is contained in:
parent
84e4363ddf
commit
7b3b2da46e
@ -1488,10 +1488,12 @@ rtc_library("rtc_certificate_generator") {
|
||||
}
|
||||
|
||||
rtc_source_set("ssl_header") {
|
||||
visibility = [ "*" ]
|
||||
public_deps += [ ":ssl" ] # no-presubmit-check TODO(webrtc:8603)
|
||||
}
|
||||
|
||||
rtc_source_set("digest") {
|
||||
visibility = [ "*" ]
|
||||
public_deps += [ ":ssl" ] # no-presubmit-check TODO(webrtc:8603)
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user