Chromium Code Reviews| 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..7fcdda3f89fc54f8fc1d2331fe9dfc077bfbaeb0 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", |
| + "+net", |
|
wtc
2014/07/11 22:31:35
Nit: should we list "net" after "media" in alphabe
Alpha Left Google
2014/07/12 01:37:54
Done.
|
| + "-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", |
| ] |
| specific_include_rules = { |
| - ".*unittest\.cc": [ |
| - "+athena/test", |
| + ".*\unittest.cc": [ |
|
wtc
2014/07/11 22:31:35
Is this backslash correct? It is followed by lower
Alpha Left Google
2014/07/12 01:37:55
Done.
|
| + "+media/cast/test", |
| ], |
| } |
| - |