From 65fbc51b61da11173da6495c8f080e20e4dad9b9 Mon Sep 17 00:00:00 2001 From: Philipp Hancke Date: Fri, 6 Dec 2024 11:25:32 -0800 Subject: [PATCH] Remove srtpfilter_unittest rule from DEPS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Björn Terelius Reviewed-by: Harald Alvestrand Cr-Commit-Position: refs/heads/main@{#43517} --- pc/DEPS | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pc/DEPS b/pc/DEPS index 227cf27e39..959885fb30 100644 --- a/pc/DEPS +++ b/pc/DEPS @@ -16,9 +16,3 @@ include_rules = [ "+system_wrappers", "+absl/strings/str_cat.h", ] - -specific_include_rules = { - "srtpfilter_unittest\.cc": [ - "+crypto", - ], -}