Make the event log visualizer chart proto publicly visible.

Bug: None
Change-Id: I9b23216e8f81e7cf7ca422d2b5c573e450f4df2c
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/134108
Reviewed-by: Sebastian Jansson <srte@webrtc.org>
Commit-Queue: Björn Terelius <terelius@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#27743}
diff --git a/rtc_tools/BUILD.gn b/rtc_tools/BUILD.gn
index e04f1dc..6f1b855 100644
--- a/rtc_tools/BUILD.gn
+++ b/rtc_tools/BUILD.gn
@@ -272,6 +272,7 @@
 
   if (rtc_enable_protobuf) {
     proto_library("chart_proto") {
+      visibility = [ "*" ]
       sources = [
         "event_log_visualizer/proto/chart.proto",
         "event_log_visualizer/proto/chart_enums.proto",