Remove the public_deps to fileutils from test_support.
Bug: webrtc:8946 Change-Id: Ia01d8bb1b42485e29f26792b9266228743d7fd90 No-Presubmit: true Reviewed-on: https://webrtc-review.googlesource.com/62100 Commit-Queue: Artem Titov <titovartem@webrtc.org> Reviewed-by: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22465}
This commit is contained in:
committed by
Commit Bot
parent
4de9eb22ab
commit
7696bef463
@ -541,6 +541,7 @@ if (rtc_include_tests) {
|
||||
"../../rtc_base:safe_minmax",
|
||||
"../../system_wrappers",
|
||||
"../../system_wrappers:cpu_features_api",
|
||||
"../../test:fileutils",
|
||||
"../../test:test_support",
|
||||
"../audio_coding:neteq_input_audio_tools",
|
||||
"aec_dump:mock_aec_dump_unittests",
|
||||
@ -650,6 +651,7 @@ if (rtc_include_tests) {
|
||||
":audio_processing",
|
||||
":file_audio_generator",
|
||||
"../../rtc_base:rtc_base_approved",
|
||||
"../../test:fileutils",
|
||||
"../../test:test_support",
|
||||
]
|
||||
}
|
||||
@ -743,6 +745,7 @@ if (rtc_include_tests) {
|
||||
"../../rtc_base:checks",
|
||||
"../../rtc_base:rtc_base_approved",
|
||||
"../../system_wrappers",
|
||||
"../../test:fileutils",
|
||||
"../../test:test_support",
|
||||
"../audio_coding:neteq_input_audio_tools",
|
||||
"//testing/gtest",
|
||||
@ -765,6 +768,7 @@ if (rtc_include_tests) {
|
||||
"../../rtc_base:rtc_base_approved",
|
||||
"../../system_wrappers",
|
||||
"../../system_wrappers:metrics_default",
|
||||
"../../test:fileutils",
|
||||
"../../test:test_support",
|
||||
"//testing/gtest",
|
||||
]
|
||||
|
||||
@ -84,6 +84,7 @@ if (rtc_enable_protobuf) {
|
||||
"..:audioproc_debug_proto",
|
||||
"../../../modules:module_api",
|
||||
"../../../rtc_base:rtc_task_queue",
|
||||
"../../../test:fileutils",
|
||||
"../../../test:test_support",
|
||||
"//testing/gtest",
|
||||
]
|
||||
|
||||
@ -23,6 +23,7 @@ rtc_executable("conversational_speech_generator") {
|
||||
deps = [
|
||||
":lib",
|
||||
"../../../../rtc_base:rtc_base_approved",
|
||||
"../../../../test:fileutils",
|
||||
"../../../../test:test_support",
|
||||
]
|
||||
}
|
||||
@ -71,6 +72,7 @@ rtc_source_set("unittest") {
|
||||
"../../../../api:optional",
|
||||
"../../../../common_audio",
|
||||
"../../../../rtc_base:rtc_base_approved",
|
||||
"../../../../test:fileutils",
|
||||
"../../../../test:test_support",
|
||||
"//testing/gtest",
|
||||
]
|
||||
|
||||
@ -62,6 +62,7 @@ if (rtc_include_tests) {
|
||||
":vad",
|
||||
"../..:module_api",
|
||||
"../../../common_audio",
|
||||
"../../../test:fileutils",
|
||||
"../../../test:test_support",
|
||||
"//testing/gmock",
|
||||
"//testing/gtest",
|
||||
|
||||
Reference in New Issue
Block a user