Remove //rtc_base:logging from public deps
Bug: webrtc:8603 Change-Id: I2704da8618f88032adac7ae9eb2a0f47fce4a836 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/257908 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Auto-Submit: Florent Castelli <orphis@webrtc.org> Commit-Queue: Florent Castelli <orphis@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36443}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
360f49a540
commit
0af55ba60d
@ -14,6 +14,7 @@ rtc_library("alr_experiment") {
|
||||
"alr_experiment.h",
|
||||
]
|
||||
deps = [
|
||||
"..:logging",
|
||||
"../:rtc_base_approved",
|
||||
"../../api:field_trials_view",
|
||||
"../../api/transport:field_trial_based_config",
|
||||
@ -55,6 +56,7 @@ rtc_library("quality_rampup_experiment") {
|
||||
]
|
||||
deps = [
|
||||
":field_trial_parser",
|
||||
"..:logging",
|
||||
"../:rtc_base_approved",
|
||||
"../../api:field_trials_view",
|
||||
"../../api/transport:field_trial_based_config",
|
||||
@ -70,6 +72,7 @@ rtc_library("quality_scaler_settings") {
|
||||
]
|
||||
deps = [
|
||||
":field_trial_parser",
|
||||
"..:logging",
|
||||
"../:rtc_base_approved",
|
||||
"../../api:field_trials_view",
|
||||
"../../api/transport:field_trial_based_config",
|
||||
@ -85,6 +88,7 @@ rtc_library("bandwidth_quality_scaler_settings") {
|
||||
]
|
||||
deps = [
|
||||
":field_trial_parser",
|
||||
"..:logging",
|
||||
"../:rtc_base_approved",
|
||||
"../../api:field_trials_view",
|
||||
"../../api/transport:field_trial_based_config",
|
||||
@ -99,6 +103,7 @@ rtc_library("quality_scaling_experiment") {
|
||||
"quality_scaling_experiment.h",
|
||||
]
|
||||
deps = [
|
||||
"..:logging",
|
||||
"../:rtc_base_approved",
|
||||
"../../api/video_codecs:video_codecs_api",
|
||||
"../../system_wrappers:field_trial",
|
||||
@ -112,6 +117,7 @@ rtc_library("normalize_simulcast_size_experiment") {
|
||||
"normalize_simulcast_size_experiment.h",
|
||||
]
|
||||
deps = [
|
||||
"..:logging",
|
||||
"../:rtc_base_approved",
|
||||
"../../system_wrappers:field_trial",
|
||||
]
|
||||
@ -125,6 +131,7 @@ rtc_library("balanced_degradation_settings") {
|
||||
]
|
||||
deps = [
|
||||
":field_trial_parser",
|
||||
"..:logging",
|
||||
"../:rtc_base_approved",
|
||||
"../../api:field_trials_view",
|
||||
"../../api/video_codecs:video_codecs_api",
|
||||
@ -140,6 +147,7 @@ rtc_library("cpu_speed_experiment") {
|
||||
]
|
||||
deps = [
|
||||
":field_trial_parser",
|
||||
"..:logging",
|
||||
"../:rtc_base_approved",
|
||||
"../../system_wrappers:field_trial",
|
||||
]
|
||||
@ -153,6 +161,7 @@ rtc_library("encoder_info_settings") {
|
||||
]
|
||||
deps = [
|
||||
":field_trial_parser",
|
||||
"..:logging",
|
||||
"../:rtc_base_approved",
|
||||
"../../api/video_codecs:video_codecs_api",
|
||||
"../../system_wrappers:field_trial",
|
||||
@ -169,6 +178,7 @@ rtc_library("rtt_mult_experiment") {
|
||||
"rtt_mult_experiment.h",
|
||||
]
|
||||
deps = [
|
||||
"..:logging",
|
||||
"../:rtc_base_approved",
|
||||
"../../system_wrappers:field_trial",
|
||||
]
|
||||
@ -181,6 +191,7 @@ rtc_library("jitter_upper_bound_experiment") {
|
||||
"jitter_upper_bound_experiment.h",
|
||||
]
|
||||
deps = [
|
||||
"..:logging",
|
||||
"../:rtc_base_approved",
|
||||
"../../system_wrappers:field_trial",
|
||||
]
|
||||
@ -194,6 +205,7 @@ rtc_library("rate_control_settings") {
|
||||
]
|
||||
deps = [
|
||||
":field_trial_parser",
|
||||
"..:logging",
|
||||
"../:rtc_base_approved",
|
||||
"../../api:field_trials_view",
|
||||
"../../api/transport:field_trial_based_config",
|
||||
|
||||
Reference in New Issue
Block a user