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:
1
BUILD.gn
1
BUILD.gn
@ -538,7 +538,6 @@ if (rtc_include_tests) {
|
||||
testonly = true
|
||||
|
||||
deps = [
|
||||
":webrtc_common",
|
||||
"api:compile_all_headers",
|
||||
"api:rtc_api_unittests",
|
||||
"api/audio/test:audio_api_unittests",
|
||||
|
@ -87,7 +87,6 @@ rtc_library("rtp_packet_info") {
|
||||
":refcountedbase",
|
||||
":rtp_headers",
|
||||
":scoped_refptr",
|
||||
"..:webrtc_common",
|
||||
"../rtc_base:rtc_base_approved",
|
||||
"../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
|
||||
# targets like pnacl. API should not depend on anything outside of this
|
||||
# file, really. All these should arguably go away in time.
|
||||
"..:webrtc_common",
|
||||
"../media:rtc_media_base",
|
||||
"../media:rtc_media_config",
|
||||
"../modules/audio_processing:audio_processing_statistics",
|
||||
@ -829,7 +827,6 @@ if (rtc_include_tests) {
|
||||
":array_view",
|
||||
":libjingle_peerconnection_api",
|
||||
":rtp_parameters",
|
||||
"..:webrtc_common",
|
||||
"../rtc_base:checks",
|
||||
"../rtc_base:rtc_base_approved",
|
||||
"crypto:frame_encryptor_interface",
|
||||
@ -846,7 +843,6 @@ if (rtc_include_tests) {
|
||||
":array_view",
|
||||
":libjingle_peerconnection_api",
|
||||
":rtp_parameters",
|
||||
"..:webrtc_common",
|
||||
"../rtc_base:checks",
|
||||
"../rtc_base:rtc_base_approved",
|
||||
"crypto:frame_decryptor_interface",
|
||||
|
@ -314,7 +314,6 @@ rtc_library("builtin_video_bitrate_allocator_factory") {
|
||||
":video_bitrate_allocation",
|
||||
":video_bitrate_allocator",
|
||||
":video_bitrate_allocator_factory",
|
||||
"../../:webrtc_common",
|
||||
"../../api:scoped_refptr",
|
||||
"../../media:rtc_media_base",
|
||||
"../../modules/video_coding:video_coding_utility",
|
||||
|
@ -40,7 +40,6 @@ rtc_library("video_codecs_api") {
|
||||
deps = [
|
||||
"..:fec_controller_api",
|
||||
"..:scoped_refptr",
|
||||
"../..:webrtc_common",
|
||||
"../../modules/video_coding:codec_globals_headers",
|
||||
"../../rtc_base:checks",
|
||||
"../../rtc_base:rtc_base_approved",
|
||||
|
@ -94,7 +94,6 @@ if (rtc_include_tests) {
|
||||
|
||||
deps = [
|
||||
":common_video",
|
||||
"../:webrtc_common",
|
||||
"../api:scoped_refptr",
|
||||
"../api/units:time_delta",
|
||||
"../api/video:video_frame",
|
||||
|
@ -31,7 +31,6 @@ group("modules") {
|
||||
|
||||
rtc_source_set("module_api_public") {
|
||||
sources = [ "include/module_common_types_public.h" ]
|
||||
deps = [ "..:webrtc_common" ]
|
||||
absl_deps = [ "//third_party/abseil-cpp/absl/types:optional" ]
|
||||
}
|
||||
|
||||
|
@ -116,7 +116,6 @@ if (rtc_include_tests) {
|
||||
deps = [
|
||||
":remote_bitrate_estimator",
|
||||
"..:module_api_public",
|
||||
"../..:webrtc_common",
|
||||
"../../api/transport:field_trial_based_config",
|
||||
"../../api/transport:mock_network_control",
|
||||
"../../api/transport:network_control",
|
||||
|
@ -249,7 +249,6 @@ rtc_library("rtp_rtcp") {
|
||||
"..:module_api",
|
||||
"..:module_api_public",
|
||||
"..:module_fec_api",
|
||||
"../..:webrtc_common",
|
||||
"../../api:array_view",
|
||||
"../../api:frame_transformer_interface",
|
||||
"../../api:function_view",
|
||||
@ -330,7 +329,6 @@ rtc_library("rtcp_transceiver") {
|
||||
deps = [
|
||||
":rtp_rtcp",
|
||||
":rtp_rtcp_format",
|
||||
"../../:webrtc_common",
|
||||
"../../api:array_view",
|
||||
"../../api:rtp_headers",
|
||||
"../../api:transport_api",
|
||||
@ -520,7 +518,6 @@ if (rtc_include_tests) {
|
||||
":rtcp_transceiver",
|
||||
":rtp_rtcp",
|
||||
":rtp_rtcp_format",
|
||||
"../..:webrtc_common",
|
||||
"../../api:array_view",
|
||||
"../../api:libjingle_peerconnection_api",
|
||||
"../../api:mock_frame_encryptor",
|
||||
|
@ -265,7 +265,6 @@ rtc_library("video_coding_legacy") {
|
||||
":video_coding",
|
||||
"..:module_api",
|
||||
"..:module_api_public",
|
||||
"../../:webrtc_common",
|
||||
"../../api:rtp_headers",
|
||||
"../../api:rtp_packet_info",
|
||||
"../../api/video:encoded_image",
|
||||
@ -460,7 +459,6 @@ rtc_library("webrtc_vp8") {
|
||||
":video_codec_interface",
|
||||
":video_coding_utility",
|
||||
":webrtc_vp8_temporal_layers",
|
||||
"../..:webrtc_common",
|
||||
"../../api:fec_controller_api",
|
||||
"../../api:scoped_refptr",
|
||||
"../../api/video:encoded_image",
|
||||
@ -503,7 +501,6 @@ rtc_library("webrtc_vp8_temporal_layers") {
|
||||
":codec_globals_headers",
|
||||
":video_codec_interface",
|
||||
":video_coding_utility",
|
||||
"../..:webrtc_common",
|
||||
"../../api:fec_controller_api",
|
||||
"../../api/video_codecs:video_codecs_api",
|
||||
"../../rtc_base:checks",
|
||||
@ -527,7 +524,6 @@ rtc_library("webrtc_vp9_helpers") {
|
||||
deps = [
|
||||
":codec_globals_headers",
|
||||
":video_codec_interface",
|
||||
"../..:webrtc_common",
|
||||
"../../api/video:video_bitrate_allocation",
|
||||
"../../api/video:video_bitrate_allocator",
|
||||
"../../api/video:video_codec_constants",
|
||||
@ -556,7 +552,6 @@ rtc_library("webrtc_vp9") {
|
||||
":video_codec_interface",
|
||||
":video_coding_utility",
|
||||
":webrtc_vp9_helpers",
|
||||
"../..:webrtc_common",
|
||||
"../../api:fec_controller_api",
|
||||
"../../api:scoped_refptr",
|
||||
"../../api/video:video_frame",
|
||||
@ -653,7 +648,6 @@ if (rtc_include_tests) {
|
||||
":video_codec_interface",
|
||||
":video_coding",
|
||||
":video_coding_utility",
|
||||
"../../:webrtc_common",
|
||||
"../../api:mock_video_decoder",
|
||||
"../../api:mock_video_encoder",
|
||||
"../../api:simulcast_test_fixture_api",
|
||||
@ -762,7 +756,6 @@ if (rtc_include_tests) {
|
||||
":video_coding_utility",
|
||||
":videocodec_test_stats_impl",
|
||||
":webrtc_vp9_helpers",
|
||||
"../..:webrtc_common",
|
||||
"../../api:array_view",
|
||||
"../../api:videocodec_test_fixture_api",
|
||||
"../../api/test/video:function_video_factory",
|
||||
@ -837,7 +830,6 @@ if (rtc_include_tests) {
|
||||
":webrtc_vp8",
|
||||
":webrtc_vp9",
|
||||
":webrtc_vp9_helpers",
|
||||
"../..:webrtc_common",
|
||||
"../../api:create_frame_generator",
|
||||
"../../api:create_videocodec_test_fixture_api",
|
||||
"../../api:frame_generator_api",
|
||||
|
Reference in New Issue
Block a user