From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- third_party/libwebrtc/pc/DEPS | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 third_party/libwebrtc/pc/DEPS (limited to 'third_party/libwebrtc/pc/DEPS') diff --git a/third_party/libwebrtc/pc/DEPS b/third_party/libwebrtc/pc/DEPS new file mode 100644 index 0000000000..edb904c712 --- /dev/null +++ b/third_party/libwebrtc/pc/DEPS @@ -0,0 +1,25 @@ +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", + "+p2p", + "+system_wrappers", +] + +specific_include_rules = { + "androidtestinitializer\.cc": [ + "+base/android", # Allowed only for Android tests. + ], + "srtpfilter_unittest\.cc": [ + "+crypto", + ], +} -- cgit v1.2.3