aboutsummaryrefslogtreecommitdiff
path: root/cast/sender/public/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'cast/sender/public/DEPS')
-rw-r--r--cast/sender/public/DEPS12
1 files changed, 12 insertions, 0 deletions
diff --git a/cast/sender/public/DEPS b/cast/sender/public/DEPS
new file mode 100644
index 00000000..44de6584
--- /dev/null
+++ b/cast/sender/public/DEPS
@@ -0,0 +1,12 @@
+# -*- Mode: Python; -*-
+
+include_rules = [
+ # By default, openscreen implementation libraries should not be exposed
+ # through public APIs.
+ '-base',
+ '-platform',
+
+ # Dependencies on the implementation are not allowed in public/.
+ '-cast/sender',
+ '+cast/sender/public'
+]