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:
committed by
WebRTC LUCI CQ
parent
3afb8e2431
commit
c33f1a828c
@ -357,6 +357,7 @@ if (!build_with_chromium) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
rtc_library("event_log_visualizer_utils") {
|
rtc_library("event_log_visualizer_utils") {
|
||||||
|
testonly = true
|
||||||
visibility = [ "*" ]
|
visibility = [ "*" ]
|
||||||
sources = [
|
sources = [
|
||||||
"rtc_event_log_visualizer/alerts.cc",
|
"rtc_event_log_visualizer/alerts.cc",
|
||||||
|
|||||||
@ -215,6 +215,7 @@ rtc_library("rtp_test_utils") {
|
|||||||
}
|
}
|
||||||
|
|
||||||
rtc_library("field_trial") {
|
rtc_library("field_trial") {
|
||||||
|
testonly = true
|
||||||
visibility = [ "*" ]
|
visibility = [ "*" ]
|
||||||
sources = [
|
sources = [
|
||||||
"field_trial.cc",
|
"field_trial.cc",
|
||||||
@ -229,6 +230,7 @@ rtc_library("field_trial") {
|
|||||||
}
|
}
|
||||||
|
|
||||||
rtc_library("explicit_key_value_config") {
|
rtc_library("explicit_key_value_config") {
|
||||||
|
testonly = true
|
||||||
sources = [
|
sources = [
|
||||||
"explicit_key_value_config.cc",
|
"explicit_key_value_config.cc",
|
||||||
"explicit_key_value_config.h",
|
"explicit_key_value_config.h",
|
||||||
@ -243,6 +245,7 @@ rtc_library("explicit_key_value_config") {
|
|||||||
}
|
}
|
||||||
|
|
||||||
rtc_library("scoped_key_value_config") {
|
rtc_library("scoped_key_value_config") {
|
||||||
|
testonly = true
|
||||||
visibility = [ "*" ]
|
visibility = [ "*" ]
|
||||||
sources = [
|
sources = [
|
||||||
"scoped_key_value_config.cc",
|
"scoped_key_value_config.cc",
|
||||||
|
|||||||
Reference in New Issue
Block a user