aboutsummaryrefslogtreecommitdiff
path: root/cast/streaming/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'cast/streaming/DEPS')
-rw-r--r--cast/streaming/DEPS10
1 files changed, 10 insertions, 0 deletions
diff --git a/cast/streaming/DEPS b/cast/streaming/DEPS
new file mode 100644
index 00000000..6a332471
--- /dev/null
+++ b/cast/streaming/DEPS
@@ -0,0 +1,10 @@
+# -*- Mode: Python; -*-
+
+# In the future, the streaming code will likely split into sender and receiver
+# modules, at which point this can become finer-grained.
+include_rules = [
+ '+cast/common',
+ '+cast/receiver',
+ '+cast/sender',
+ '+cast/streaming'
+]