Remove //rtc_base:stringutils from public deps

Bug: webrtc:8603
Change-Id: Ic2dfbe28d310cb4b35983b73e895fc95e8439669
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/257913
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@{#36453}
This commit is contained in:
Florent Castelli
2022-04-04 17:14:02 +02:00
committed by WebRTC LUCI CQ
parent e10a9f609a
commit 57aa81bce7
44 changed files with 108 additions and 15 deletions

View File

@ -36,6 +36,7 @@ rtc_library("api") {
"../../rtc_base:macromagic",
"../../rtc_base:refcount",
"../../rtc_base:rtc_base_approved",
"../../rtc_base:stringutils",
"../../rtc_base/system:arch",
"../../rtc_base/system:file_wrapper",
"../../rtc_base/system:rtc_export",
@ -306,6 +307,7 @@ rtc_library("apm_logging") {
"../../common_audio",
"../../rtc_base:checks",
"../../rtc_base:rtc_base_approved",
"../../rtc_base:stringutils",
]
absl_deps = [ "//third_party/abseil-cpp/absl/types:optional" ]
defines = []
@ -387,6 +389,7 @@ if (rtc_include_tests) {
"../../rtc_base:rtc_event",
"../../rtc_base:safe_conversions",
"../../rtc_base:safe_minmax",
"../../rtc_base:stringutils",
"../../rtc_base:task_queue_for_test",
"../../rtc_base:threading",
"../../rtc_base/synchronization:mutex",
@ -547,6 +550,7 @@ if (rtc_include_tests) {
"../../rtc_base:rtc_base_approved",
"../../rtc_base:rtc_json",
"../../rtc_base:safe_conversions",
"../../rtc_base:stringutils",
"../../rtc_base:task_queue_for_test",
"../../rtc_base/system:file_wrapper",
"../../system_wrappers",

View File

@ -312,6 +312,7 @@ if (rtc_include_tests) {
"../../../rtc_base:macromagic",
"../../../rtc_base:rtc_base_approved",
"../../../rtc_base:safe_minmax",
"../../../rtc_base:stringutils",
"../../../rtc_base/system:arch",
"../../../system_wrappers",
"../../../test:field_trial",

View File

@ -85,6 +85,7 @@ if (rtc_include_tests) {
"../../../rtc_base:checks",
"../../../rtc_base:rtc_base_approved",
"../../../rtc_base:safe_minmax",
"../../../rtc_base:stringutils",
"../../../rtc_base/system:arch",
"../../../system_wrappers",
"../../../test:test_support",

View File

@ -50,6 +50,7 @@ rtc_library("lib") {
"../../../../rtc_base:logging",
"../../../../rtc_base:rtc_base_approved",
"../../../../rtc_base:safe_conversions",
"../../../../rtc_base:stringutils",
"../../../../test:fileutils",
]
visibility = [ ":*" ] # Only targets in this file can depend on this.