aboutsummaryrefslogtreecommitdiff
path: root/cast/sender/DEPS
diff options
context:
space:
mode:
authormark a. foltz <mfoltz@chromium.org>2019-05-01 16:34:00 -0700
committerCommit Bot <commit-bot@chromium.org>2019-05-02 20:30:52 +0000
commit513b5595a8c07d9814db163aaf869d9404413cda (patch)
tree472214d936ebb7178ff97bbdb9f07e53e2d0a128 /cast/sender/DEPS
parentf1e4bb71be2c8b58871cf4788528039d18cbab95 (diff)
downloadopenscreen-513b5595a8c07d9814db163aaf869d9404413cda.tar.gz
[libcast] Adds Cast folder structure.
This adds a basic folder structure for libcast code with README files and DEPS to enforce component layering per the design doc. Change-Id: I42555ae1f6b5f696bbbd4a8859da801740382304 Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/1592675 Commit-Queue: mark a. foltz <mfoltz@chromium.org> Reviewed-by: Max Yakimakha <yakimakha@google.com> Reviewed-by: Brandon Tolsch <btolsch@chromium.org>
Diffstat (limited to 'cast/sender/DEPS')
-rw-r--r--cast/sender/DEPS7
1 files changed, 7 insertions, 0 deletions
diff --git a/cast/sender/DEPS b/cast/sender/DEPS
new file mode 100644
index 00000000..e386f11a
--- /dev/null
+++ b/cast/sender/DEPS
@@ -0,0 +1,7 @@
+# -*- Mode: Python; -*-
+
+include_rules = [
+ # libcast sender code must not depend on the receiver.
+ '+cast/common/public',
+ '+cast/sender'
+]