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:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user