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
@ -1378,6 +1378,7 @@ if (rtc_include_tests) {
|
||||
"../../api/audio_codecs:builtin_audio_decoder_factory",
|
||||
"../../rtc_base:rtc_base_approved",
|
||||
"../../system_wrappers",
|
||||
"../../test:fileutils",
|
||||
"../../test:test_support",
|
||||
]
|
||||
defines = audio_coding_defines
|
||||
@ -1411,6 +1412,7 @@ if (rtc_include_tests) {
|
||||
"../../rtc_base:rtc_base_approved",
|
||||
"../../system_wrappers",
|
||||
"../../system_wrappers:field_trial_api",
|
||||
"../../test:fileutils",
|
||||
"../../test:perf_test",
|
||||
"../../test:test_support",
|
||||
]
|
||||
@ -1485,6 +1487,7 @@ if (rtc_include_tests) {
|
||||
"../../rtc_base:rtc_base_approved",
|
||||
"../../system_wrappers",
|
||||
"../../system_wrappers:system_wrappers_default",
|
||||
"../../test:fileutils",
|
||||
"../../test:test_support",
|
||||
"../rtp_rtcp",
|
||||
"//testing/gtest",
|
||||
@ -1516,6 +1519,7 @@ if (rtc_include_tests) {
|
||||
"../../rtc_base:rtc_base_approved",
|
||||
"../../system_wrappers",
|
||||
"../../system_wrappers:system_wrappers_default",
|
||||
"../../test:fileutils",
|
||||
"../../test:test_support",
|
||||
"../rtp_rtcp",
|
||||
"//testing/gtest",
|
||||
@ -1546,7 +1550,9 @@ if (rtc_include_tests) {
|
||||
suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
|
||||
}
|
||||
|
||||
deps = []
|
||||
deps = [
|
||||
"../../test:fileutils",
|
||||
]
|
||||
|
||||
defines = neteq_defines
|
||||
|
||||
@ -1591,6 +1597,7 @@ if (rtc_include_tests) {
|
||||
"..:module_api",
|
||||
"../..:typedefs",
|
||||
"../../rtc_base:checks",
|
||||
"../../test:fileutils",
|
||||
]
|
||||
sources = [
|
||||
"neteq/tools/neteq_rtpplay.cc",
|
||||
@ -1640,6 +1647,7 @@ if (rtc_include_tests) {
|
||||
defines = []
|
||||
deps = [
|
||||
"../..:typedefs",
|
||||
"../../test:fileutils",
|
||||
]
|
||||
sources = [
|
||||
"codecs/isac/fix/test/isac_speed_test.cc",
|
||||
@ -1705,6 +1713,7 @@ if (rtc_include_tests) {
|
||||
"../../rtc_base:checks",
|
||||
"../../rtc_base:rtc_base_approved",
|
||||
"../../system_wrappers",
|
||||
"../../test:fileutils",
|
||||
"../../test:test_support",
|
||||
"//testing/gtest",
|
||||
]
|
||||
@ -1731,6 +1740,7 @@ if (rtc_include_tests) {
|
||||
"../../api/audio_codecs:builtin_audio_decoder_factory",
|
||||
"../../rtc_base:checks",
|
||||
"../../rtc_base:rtc_base_approved",
|
||||
"../../test:fileutils",
|
||||
"../../test:test_support",
|
||||
"//testing/gtest",
|
||||
]
|
||||
@ -1848,6 +1858,7 @@ if (rtc_include_tests) {
|
||||
"../..:webrtc_common",
|
||||
"../../rtc_base:rtc_base_approved",
|
||||
"../../system_wrappers:system_wrappers_default",
|
||||
"../../test:fileutils",
|
||||
"../../test:test_support",
|
||||
]
|
||||
}
|
||||
@ -1868,6 +1879,7 @@ if (rtc_include_tests) {
|
||||
"../../rtc_base:checks",
|
||||
"../../rtc_base:rtc_base_approved",
|
||||
"../../system_wrappers:system_wrappers_default",
|
||||
"../../test:fileutils",
|
||||
"../../test:test_main",
|
||||
"//testing/gtest",
|
||||
]
|
||||
@ -1903,6 +1915,7 @@ if (rtc_include_tests) {
|
||||
":neteq_quality_test_support",
|
||||
"../../rtc_base:checks",
|
||||
"../../rtc_base:rtc_base_approved",
|
||||
"../../test:fileutils",
|
||||
"../../test:test_main",
|
||||
"//testing/gtest",
|
||||
]
|
||||
@ -1921,6 +1934,7 @@ if (rtc_include_tests) {
|
||||
":pcm16b",
|
||||
"../../rtc_base:checks",
|
||||
"../../rtc_base:rtc_base_approved",
|
||||
"../../test:fileutils",
|
||||
"../../test:test_main",
|
||||
"//testing/gtest",
|
||||
]
|
||||
@ -2082,6 +2096,7 @@ if (rtc_include_tests) {
|
||||
":webrtc_opus",
|
||||
"../../common_audio",
|
||||
"../../rtc_base:rtc_base_approved",
|
||||
"../../test:fileutils",
|
||||
"../../test:test_main",
|
||||
"//testing/gtest",
|
||||
]
|
||||
@ -2220,6 +2235,7 @@ if (rtc_include_tests) {
|
||||
"../../system_wrappers:cpu_features_api",
|
||||
"../../test:audio_codec_mocks",
|
||||
"../../test:field_trial",
|
||||
"../../test:fileutils",
|
||||
"../../test:rtp_test_utils",
|
||||
"../../test:test_common",
|
||||
"../../test:test_support",
|
||||
|
||||
Reference in New Issue
Block a user