aboutsummaryrefslogtreecommitdiff
path: root/cast/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'cast/DEPS')
-rw-r--r--cast/DEPS17
1 files changed, 17 insertions, 0 deletions
diff --git a/cast/DEPS b/cast/DEPS
new file mode 100644
index 00000000..e8615f96
--- /dev/null
+++ b/cast/DEPS
@@ -0,0 +1,17 @@
+# -*- Mode: Python; -*-
+
+include_rules = [
+ # OSP code is strictly verboten.
+ '-api',
+ '-demo',
+ '-discovery',
+ '-go',
+ '-msgs',
+
+ # Intra-libcast dependencies must be explicit.
+ '-cast',
+
+ # All libcast code can use platform and cast/third_party.
+ '+cast/third_party',
+ '+platform'
+]