aboutsummaryrefslogtreecommitdiff
path: root/cast/common/public/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'cast/common/public/DEPS')
-rw-r--r--cast/common/public/DEPS12
1 files changed, 12 insertions, 0 deletions
diff --git a/cast/common/public/DEPS b/cast/common/public/DEPS
new file mode 100644
index 00000000..7060c480
--- /dev/null
+++ b/cast/common/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/common',
+ '+cast/common/public'
+]