Philipp Hancke 65fbc51b61 Remove srtpfilter_unittest rule from DEPS
srtpfilter was a SDES thing which is gone.

BUG=None

Change-Id: I060582b5ba9e72d1fdad3662e2b478042f0c780c
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/370640
Commit-Queue: Philipp Hancke <phancke@meta.com>
Reviewed-by: Björn Terelius <terelius@webrtc.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#43517}
2024-12-09 17:34:59 +00:00

19 lines
393 B
Python

include_rules = [
"+third_party/libsrtp",
"+call",
"+common_video",
"+logging/rtc_event_log",
"+logging/rtc_event_log",
"+media",
"+modules/audio_device",
"+modules/audio_processing",
"+modules/congestion_controller",
"+modules/rtp_rtcp",
"+modules/video_coding",
"+modules/video_render",
"+net/dcsctp",
"+p2p",
"+system_wrappers",
"+absl/strings/str_cat.h",
]