diff options
Diffstat (limited to 'third_party/libwebrtc/modules/congestion_controller/DEPS')
-rw-r--r-- | third_party/libwebrtc/modules/congestion_controller/DEPS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/libwebrtc/modules/congestion_controller/DEPS b/third_party/libwebrtc/modules/congestion_controller/DEPS new file mode 100644 index 0000000000..2ed9952e22 --- /dev/null +++ b/third_party/libwebrtc/modules/congestion_controller/DEPS @@ -0,0 +1,5 @@ +include_rules = [ + "+logging/rtc_event_log", + "+system_wrappers", + "+video", +] |