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

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: fixed comments 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
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": [
wtc 2014/07/12 03:09:09 Are you sure we don't need to escape the '.' befor
Alpha Left Google 2014/07/14 18:44:30 I tried and this seems to work.
+ "+media/cast/test",
],
}
-

Powered by Google App Engine
This is Rietveld 408576698