Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(753)

Unified Diff: media/cast/net/DEPS

Issue 388663003: Cast: Reshuffle files under media/cast (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missing includes Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/cast/framer/framer_unittest.cc ('k') | media/cast/net/cast_transport_config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
],
}
-
« no previous file with comments | « media/cast/framer/framer_unittest.cc ('k') | media/cast/net/cast_transport_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698