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/media/DEPS | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 third_party/libwebrtc/media/DEPS (limited to 'third_party/libwebrtc/media/DEPS') diff --git a/third_party/libwebrtc/media/DEPS b/third_party/libwebrtc/media/DEPS new file mode 100644 index 0000000000..7fbbc0fd47 --- /dev/null +++ b/third_party/libwebrtc/media/DEPS @@ -0,0 +1,37 @@ +include_rules = [ + "+call", + "+common_video", + "+logging/rtc_event_log", + "+modules/async_audio_processing", + "+modules/audio_coding", + "+modules/audio_device", + "+modules/audio_mixer", + "+modules/audio_processing", + "+modules/rtp_rtcp", + "+modules/video_capture", + "+modules/video_coding", + "+modules/video_coding/utility", + "+net/dcsctp", + "+p2p", + "+sound", + "+system_wrappers", + "+third_party/libyuv", +] + +specific_include_rules = { + "win32devicemanager\.cc": [ + "+third_party/logitech/files/logitechquickcam.h", + ], + ".*webrtc_video_engine\.h": [ + "+video/config", + ], + ".*media_channel\.h": [ + "+video/config", + ], + ".*webrtc_video_engine_unittest\.cc": [ + "+video/config", + ], + ".*fake_webrtc_call\.cc": [ + "+video/config", + ], +} -- cgit v1.2.3