Make some more targets publicly visible
To fix build errors introduced by https://webrtc-review.googlesource.com/c/src/+/24140 BUG=webrtc:8254 NOTRY=true Change-Id: I9cdf9cee39735368af78291134dbad70aebb7195 Reviewed-on: https://webrtc-review.googlesource.com/38660 Commit-Queue: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21552}
This commit is contained in:
@ -139,6 +139,7 @@ rtc_static_library("rtc_constants") {
|
|||||||
}
|
}
|
||||||
|
|
||||||
rtc_static_library("rtc_internal_video_codecs") {
|
rtc_static_library("rtc_internal_video_codecs") {
|
||||||
|
visibility = [ "*" ]
|
||||||
defines = []
|
defines = []
|
||||||
libs = []
|
libs = []
|
||||||
deps = [
|
deps = [
|
||||||
|
|||||||
@ -13,6 +13,7 @@ import("../../webrtc.gni")
|
|||||||
# 'video_capture_internal_impl' depending on whether they want to
|
# 'video_capture_internal_impl' depending on whether they want to
|
||||||
# use the internal capturer.
|
# use the internal capturer.
|
||||||
rtc_static_library("video_capture_module") {
|
rtc_static_library("video_capture_module") {
|
||||||
|
visibility = [ "*" ]
|
||||||
sources = [
|
sources = [
|
||||||
"device_info_impl.cc",
|
"device_info_impl.cc",
|
||||||
"device_info_impl.h",
|
"device_info_impl.h",
|
||||||
|
|||||||
@ -199,6 +199,7 @@ if (!build_with_chromium) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
rtc_static_library("event_log_visualizer_utils") {
|
rtc_static_library("event_log_visualizer_utils") {
|
||||||
|
visibility = [ "*" ]
|
||||||
sources = [
|
sources = [
|
||||||
"event_log_visualizer/analyzer.cc",
|
"event_log_visualizer/analyzer.cc",
|
||||||
"event_log_visualizer/analyzer.h",
|
"event_log_visualizer/analyzer.h",
|
||||||
|
|||||||
Reference in New Issue
Block a user