Index: chromecast/public/DEPS |
diff --git a/chromecast/public/DEPS b/chromecast/public/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..30d9ea2d3361f4f6b46e166877d56478f0e59bfd |
--- /dev/null |
+++ b/chromecast/public/DEPS |
@@ -0,0 +1,8 @@ |
+include_rules = [ |
+ # chromecast/public should not depend on anything Chromium specific |
+ "-chromecast", |
+ "-base", |
+ "-content", |
+ "-net", |
+ "-ui", |
+] |