aboutsummaryrefslogtreecommitdiff
path: root/cast/sender/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'cast/sender/DEPS')
-rw-r--r--cast/sender/DEPS7
1 files changed, 7 insertions, 0 deletions
diff --git a/cast/sender/DEPS b/cast/sender/DEPS
new file mode 100644
index 00000000..e386f11a
--- /dev/null
+++ b/cast/sender/DEPS
@@ -0,0 +1,7 @@
+# -*- Mode: Python; -*-
+
+include_rules = [
+ # libcast sender code must not depend on the receiver.
+ '+cast/common/public',
+ '+cast/sender'
+]