Index: chromecast/base/DEPS |
diff --git a/chromecast/base/DEPS b/chromecast/base/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..2e69add22c5c3a6c5113920a983d4652a30fd84d |
--- /dev/null |
+++ b/chromecast/base/DEPS |
@@ -0,0 +1,7 @@ |
+include_rules = [ |
+ # chromecast/base may be depended on by many disparate parts of the Chromecast |
+ # codebase. Keep dependencies small. |
+ "-content", |
+ "-net", |
+ "-ui", |
+] |