summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/modules/congestion_controller/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libwebrtc/modules/congestion_controller/DEPS')
-rw-r--r--third_party/libwebrtc/modules/congestion_controller/DEPS11
1 files changed, 11 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..4bb4026c37
--- /dev/null
+++ b/third_party/libwebrtc/modules/congestion_controller/DEPS
@@ -0,0 +1,11 @@
+include_rules = [
+ "+logging/rtc_event_log",
+ "+system_wrappers",
+ "+video",
+]
+specific_include_rules = {
+ "goog_cc_network_control_unittest.cc": [
+ "+call/video_receive_stream.h",
+ ],
+}
+