From 6127926e7d531fcfb4e13704de263570781b838c Mon Sep 17 00:00:00 2001 From: Harald Alvestrand Date: Thu, 24 Oct 2024 07:54:25 +0000 Subject: [PATCH] Remove temporary video_stream_api target Downstream usage has been removed. Bug: webrtc:373151158 Change-Id: Idfb195b287190728a53913538387fbb656bc3521 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/366581 Commit-Queue: Harald Alvestrand Reviewed-by: Jeremy Leconte Cr-Commit-Position: refs/heads/main@{#43297} --- call/BUILD.gn | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/call/BUILD.gn b/call/BUILD.gn index 0c4255a593..ed33d2cc72 100644 --- a/call/BUILD.gn +++ b/call/BUILD.gn @@ -422,42 +422,6 @@ rtc_source_set("receive_stream_interface") { ] } -# A temporary target to allow including the files from downstream users -# that have not changed the target name. -# TODO: https://issues.webrtc.org/373151158 - Remove this when downstream users have updated. -rtc_library("video_stream_api") { - sources = [ - "video_receive_stream.h", - "video_send_stream.h", - ] - deps = [ - ":receive_stream_interface", - ":rtp_interfaces", - ":video_receive_stream_api", - ":video_send_stream_api", - "../api:frame_transformer_interface", - "../api:rtp_headers", - "../api:rtp_parameters", - "../api:rtp_sender_interface", - "../api:scoped_refptr", - "../api:transport_api", - "../api/adaptation:resource_adaptation_api", - "../api/crypto:frame_decryptor_interface", - "../api/crypto:options", - "../api/units:time_delta", - "../api/video:recordable_encoded_frame", - "../api/video:video_frame", - "../api/video:video_rtp_headers", - "../api/video:video_stream_encoder", - "../api/video_codecs:scalability_mode", - "../api/video_codecs:video_codecs_api", - "../common_video", - "../common_video:frame_counts", - "../modules/rtp_rtcp:rtp_rtcp_format", - "../video/config:encoder_config", - ] -} - rtc_library("video_send_stream_api") { sources = [ "video_send_stream.cc",