Index: media/cast/net/DEPS |
diff --git a/athena/DEPS b/media/cast/net/DEPS |
similarity index 18% |
copy from athena/DEPS |
copy to media/cast/net/DEPS |
index b8ec7302dc4b09795640a1ee5390bdb2d12629f3..3fa74fa02792de46ee34d6853fce0e4ac7ebf006 100644 |
--- a/athena/DEPS |
+++ b/media/cast/net/DEPS |
@@ -1,15 +1,16 @@ |
-# Please do not add dependency to chrome/ and its subdirectories |
- |
include_rules = [ |
- # Components within athena must state their dependencies explicitly |
- # except for common. |
- "-athena", |
- "+athena/common", |
+ "-media/cast", |
+ "+media/cast/cast_config.h", |
+ "+media/cast/cast_defines.h", |
+ "+media/cast/cast_environment.h", |
+ "+media/cast/common", |
+ "+media/cast/logging", |
+ "+media/cast/net", |
+ "+net", |
] |
specific_include_rules = { |
- ".*unittest\.cc": [ |
- "+athena/test", |
+ ".*unittest.cc": [ |
+ "+media/cast/test", |
], |
} |
- |