Make the test library for field trials testonly.

Bug: None
Change-Id: I703a82e0ca10908bdc56c0d4f1455e042ce74ac1
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/267163
Reviewed-by: Artem Titov <titovartem@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#37371}
This commit is contained in:
Mirko Bonadei
2022-06-29 16:11:29 +02:00
committed by WebRTC LUCI CQ
parent 3afb8e2431
commit c33f1a828c
2 changed files with 4 additions and 0 deletions

View File

@ -357,6 +357,7 @@ if (!build_with_chromium) {
}
rtc_library("event_log_visualizer_utils") {
testonly = true
visibility = [ "*" ]
sources = [
"rtc_event_log_visualizer/alerts.cc",