Index: chromecast/DEPS |
diff --git a/chromecast/DEPS b/chromecast/DEPS |
index 509c6d3d9a0af4991948431cdb5f330b0a6360df..a1073acd38067ecfe7d5e2c669fdf7d653eb8fa5 100644 |
--- a/chromecast/DEPS |
+++ b/chromecast/DEPS |
@@ -1,10 +1,9 @@ |
# Do not add any includes under chrome/ anywhere in chromecast. |
include_rules = [ |
- # Chromecast code should, in general, only depend on chromecast/common unless |
- # a dependency is otherwise explicitly declared. |
+ # Chromecast code should explicitly declare its dependencies on each |
+ # sub-directory within chromecast/. |
"-chromecast", |
- "+chromecast/common", |
# Other Chromecast-wide dependencies. |
"+content/public/common", |