From 9b809d3e7ff0377223592de0d548dea3bdd2d751 Mon Sep 17 00:00:00 2001 From: Bjorn Terelius Date: Wed, 24 Apr 2019 17:12:45 +0200 Subject: [PATCH] Make the event log visualizer chart proto publicly visible. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: None Change-Id: I9b23216e8f81e7cf7ca422d2b5c573e450f4df2c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/134108 Reviewed-by: Sebastian Jansson Commit-Queue: Björn Terelius Cr-Commit-Position: refs/heads/master@{#27743} --- rtc_tools/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/rtc_tools/BUILD.gn b/rtc_tools/BUILD.gn index e04f1dc906..6f1b855150 100644 --- a/rtc_tools/BUILD.gn +++ b/rtc_tools/BUILD.gn @@ -272,6 +272,7 @@ if (!build_with_chromium) { if (rtc_enable_protobuf) { proto_library("chart_proto") { + visibility = [ "*" ] sources = [ "event_log_visualizer/proto/chart.proto", "event_log_visualizer/proto/chart_enums.proto",