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