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