diff options
Diffstat (limited to 'third_party/libwebrtc/modules/rtp_rtcp/DEPS')
-rw-r--r-- | third_party/libwebrtc/modules/rtp_rtcp/DEPS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/third_party/libwebrtc/modules/rtp_rtcp/DEPS b/third_party/libwebrtc/modules/rtp_rtcp/DEPS new file mode 100644 index 0000000000..3eec1ca90d --- /dev/null +++ b/third_party/libwebrtc/modules/rtp_rtcp/DEPS @@ -0,0 +1,8 @@ +include_rules = [ + "+call", + "+common_video", + "+logging/rtc_event_log", + "+system_wrappers", + # Avoid directly using field_trial. Instead use FieldTrialsView. + "-system_wrappers/include/field_trial.h", +] |