Delete unneeded dependencies on deprecated build target webrtc_common

Bug: webrtc:7660
Change-Id: Iad32aad8432fa2c6b3018d511b51943f869fbd11
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/182420
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#31986}
This commit is contained in:
Niels Möller
2020-08-24 16:50:40 +02:00
committed by Commit Bot
parent 0f83864bf9
commit cccd55094d
9 changed files with 0 additions and 21 deletions

View File

@ -538,7 +538,6 @@ if (rtc_include_tests) {
testonly = true testonly = true
deps = [ deps = [
":webrtc_common",
"api:compile_all_headers", "api:compile_all_headers",
"api:rtc_api_unittests", "api:rtc_api_unittests",
"api/audio/test:audio_api_unittests", "api/audio/test:audio_api_unittests",

View File

@ -87,7 +87,6 @@ rtc_library("rtp_packet_info") {
":refcountedbase", ":refcountedbase",
":rtp_headers", ":rtp_headers",
":scoped_refptr", ":scoped_refptr",
"..:webrtc_common",
"../rtc_base:rtc_base_approved", "../rtc_base:rtc_base_approved",
"../rtc_base/system:rtc_export", "../rtc_base/system:rtc_export",
] ]
@ -197,7 +196,6 @@ rtc_library("libjingle_peerconnection_api") {
# Basically, don't add stuff here. You might break sensitive downstream # Basically, don't add stuff here. You might break sensitive downstream
# targets like pnacl. API should not depend on anything outside of this # targets like pnacl. API should not depend on anything outside of this
# file, really. All these should arguably go away in time. # file, really. All these should arguably go away in time.
"..:webrtc_common",
"../media:rtc_media_base", "../media:rtc_media_base",
"../media:rtc_media_config", "../media:rtc_media_config",
"../modules/audio_processing:audio_processing_statistics", "../modules/audio_processing:audio_processing_statistics",
@ -829,7 +827,6 @@ if (rtc_include_tests) {
":array_view", ":array_view",
":libjingle_peerconnection_api", ":libjingle_peerconnection_api",
":rtp_parameters", ":rtp_parameters",
"..:webrtc_common",
"../rtc_base:checks", "../rtc_base:checks",
"../rtc_base:rtc_base_approved", "../rtc_base:rtc_base_approved",
"crypto:frame_encryptor_interface", "crypto:frame_encryptor_interface",
@ -846,7 +843,6 @@ if (rtc_include_tests) {
":array_view", ":array_view",
":libjingle_peerconnection_api", ":libjingle_peerconnection_api",
":rtp_parameters", ":rtp_parameters",
"..:webrtc_common",
"../rtc_base:checks", "../rtc_base:checks",
"../rtc_base:rtc_base_approved", "../rtc_base:rtc_base_approved",
"crypto:frame_decryptor_interface", "crypto:frame_decryptor_interface",

View File

@ -314,7 +314,6 @@ rtc_library("builtin_video_bitrate_allocator_factory") {
":video_bitrate_allocation", ":video_bitrate_allocation",
":video_bitrate_allocator", ":video_bitrate_allocator",
":video_bitrate_allocator_factory", ":video_bitrate_allocator_factory",
"../../:webrtc_common",
"../../api:scoped_refptr", "../../api:scoped_refptr",
"../../media:rtc_media_base", "../../media:rtc_media_base",
"../../modules/video_coding:video_coding_utility", "../../modules/video_coding:video_coding_utility",

View File

@ -40,7 +40,6 @@ rtc_library("video_codecs_api") {
deps = [ deps = [
"..:fec_controller_api", "..:fec_controller_api",
"..:scoped_refptr", "..:scoped_refptr",
"../..:webrtc_common",
"../../modules/video_coding:codec_globals_headers", "../../modules/video_coding:codec_globals_headers",
"../../rtc_base:checks", "../../rtc_base:checks",
"../../rtc_base:rtc_base_approved", "../../rtc_base:rtc_base_approved",

View File

@ -94,7 +94,6 @@ if (rtc_include_tests) {
deps = [ deps = [
":common_video", ":common_video",
"../:webrtc_common",
"../api:scoped_refptr", "../api:scoped_refptr",
"../api/units:time_delta", "../api/units:time_delta",
"../api/video:video_frame", "../api/video:video_frame",

View File

@ -31,7 +31,6 @@ group("modules") {
rtc_source_set("module_api_public") { rtc_source_set("module_api_public") {
sources = [ "include/module_common_types_public.h" ] sources = [ "include/module_common_types_public.h" ]
deps = [ "..:webrtc_common" ]
absl_deps = [ "//third_party/abseil-cpp/absl/types:optional" ] absl_deps = [ "//third_party/abseil-cpp/absl/types:optional" ]
} }

View File

@ -116,7 +116,6 @@ if (rtc_include_tests) {
deps = [ deps = [
":remote_bitrate_estimator", ":remote_bitrate_estimator",
"..:module_api_public", "..:module_api_public",
"../..:webrtc_common",
"../../api/transport:field_trial_based_config", "../../api/transport:field_trial_based_config",
"../../api/transport:mock_network_control", "../../api/transport:mock_network_control",
"../../api/transport:network_control", "../../api/transport:network_control",

View File

@ -249,7 +249,6 @@ rtc_library("rtp_rtcp") {
"..:module_api", "..:module_api",
"..:module_api_public", "..:module_api_public",
"..:module_fec_api", "..:module_fec_api",
"../..:webrtc_common",
"../../api:array_view", "../../api:array_view",
"../../api:frame_transformer_interface", "../../api:frame_transformer_interface",
"../../api:function_view", "../../api:function_view",
@ -330,7 +329,6 @@ rtc_library("rtcp_transceiver") {
deps = [ deps = [
":rtp_rtcp", ":rtp_rtcp",
":rtp_rtcp_format", ":rtp_rtcp_format",
"../../:webrtc_common",
"../../api:array_view", "../../api:array_view",
"../../api:rtp_headers", "../../api:rtp_headers",
"../../api:transport_api", "../../api:transport_api",
@ -520,7 +518,6 @@ if (rtc_include_tests) {
":rtcp_transceiver", ":rtcp_transceiver",
":rtp_rtcp", ":rtp_rtcp",
":rtp_rtcp_format", ":rtp_rtcp_format",
"../..:webrtc_common",
"../../api:array_view", "../../api:array_view",
"../../api:libjingle_peerconnection_api", "../../api:libjingle_peerconnection_api",
"../../api:mock_frame_encryptor", "../../api:mock_frame_encryptor",

View File

@ -265,7 +265,6 @@ rtc_library("video_coding_legacy") {
":video_coding", ":video_coding",
"..:module_api", "..:module_api",
"..:module_api_public", "..:module_api_public",
"../../:webrtc_common",
"../../api:rtp_headers", "../../api:rtp_headers",
"../../api:rtp_packet_info", "../../api:rtp_packet_info",
"../../api/video:encoded_image", "../../api/video:encoded_image",
@ -460,7 +459,6 @@ rtc_library("webrtc_vp8") {
":video_codec_interface", ":video_codec_interface",
":video_coding_utility", ":video_coding_utility",
":webrtc_vp8_temporal_layers", ":webrtc_vp8_temporal_layers",
"../..:webrtc_common",
"../../api:fec_controller_api", "../../api:fec_controller_api",
"../../api:scoped_refptr", "../../api:scoped_refptr",
"../../api/video:encoded_image", "../../api/video:encoded_image",
@ -503,7 +501,6 @@ rtc_library("webrtc_vp8_temporal_layers") {
":codec_globals_headers", ":codec_globals_headers",
":video_codec_interface", ":video_codec_interface",
":video_coding_utility", ":video_coding_utility",
"../..:webrtc_common",
"../../api:fec_controller_api", "../../api:fec_controller_api",
"../../api/video_codecs:video_codecs_api", "../../api/video_codecs:video_codecs_api",
"../../rtc_base:checks", "../../rtc_base:checks",
@ -527,7 +524,6 @@ rtc_library("webrtc_vp9_helpers") {
deps = [ deps = [
":codec_globals_headers", ":codec_globals_headers",
":video_codec_interface", ":video_codec_interface",
"../..:webrtc_common",
"../../api/video:video_bitrate_allocation", "../../api/video:video_bitrate_allocation",
"../../api/video:video_bitrate_allocator", "../../api/video:video_bitrate_allocator",
"../../api/video:video_codec_constants", "../../api/video:video_codec_constants",
@ -556,7 +552,6 @@ rtc_library("webrtc_vp9") {
":video_codec_interface", ":video_codec_interface",
":video_coding_utility", ":video_coding_utility",
":webrtc_vp9_helpers", ":webrtc_vp9_helpers",
"../..:webrtc_common",
"../../api:fec_controller_api", "../../api:fec_controller_api",
"../../api:scoped_refptr", "../../api:scoped_refptr",
"../../api/video:video_frame", "../../api/video:video_frame",
@ -653,7 +648,6 @@ if (rtc_include_tests) {
":video_codec_interface", ":video_codec_interface",
":video_coding", ":video_coding",
":video_coding_utility", ":video_coding_utility",
"../../:webrtc_common",
"../../api:mock_video_decoder", "../../api:mock_video_decoder",
"../../api:mock_video_encoder", "../../api:mock_video_encoder",
"../../api:simulcast_test_fixture_api", "../../api:simulcast_test_fixture_api",
@ -762,7 +756,6 @@ if (rtc_include_tests) {
":video_coding_utility", ":video_coding_utility",
":videocodec_test_stats_impl", ":videocodec_test_stats_impl",
":webrtc_vp9_helpers", ":webrtc_vp9_helpers",
"../..:webrtc_common",
"../../api:array_view", "../../api:array_view",
"../../api:videocodec_test_fixture_api", "../../api:videocodec_test_fixture_api",
"../../api/test/video:function_video_factory", "../../api/test/video:function_video_factory",
@ -837,7 +830,6 @@ if (rtc_include_tests) {
":webrtc_vp8", ":webrtc_vp8",
":webrtc_vp9", ":webrtc_vp9",
":webrtc_vp9_helpers", ":webrtc_vp9_helpers",
"../..:webrtc_common",
"../../api:create_frame_generator", "../../api:create_frame_generator",
"../../api:create_videocodec_test_fixture_api", "../../api:create_videocodec_test_fixture_api",
"../../api:frame_generator_api", "../../api:frame_generator_api",