Index: chromecast/DEPS |
diff --git a/chromecast/DEPS b/chromecast/DEPS |
index a10b9578e98a4b1c2ef7c59a02ac66d9104ce2c1..509c6d3d9a0af4991948431cdb5f330b0a6360df 100644 |
--- a/chromecast/DEPS |
+++ b/chromecast/DEPS |
@@ -1,6 +1,12 @@ |
# 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", |
+ "+chromecast/common", |
+ |
+ # Other Chromecast-wide dependencies. |
"+content/public/common", |
"+crypto", |
"+grit/chromecast_settings.h", |