aboutsummaryrefslogtreecommitdiff
path: root/cast/third_party/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'cast/third_party/DEPS')
-rw-r--r--cast/third_party/DEPS8
1 files changed, 8 insertions, 0 deletions
diff --git a/cast/third_party/DEPS b/cast/third_party/DEPS
new file mode 100644
index 00000000..33d2a399
--- /dev/null
+++ b/cast/third_party/DEPS
@@ -0,0 +1,8 @@
+# -*- Mode: Python; -*-
+
+include_rules = [
+ # No dependencies on libcast.
+ '-base',
+ '-platform',
+ '-third_party'
+]