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

Side by Side 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: similarity = 10 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Please do not add dependency to chrome/ and its subdirectories
2
3 include_rules = [ 1 include_rules = [
4 # Components within athena must state their dependencies explicitly 2 "+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.
5 # except for common. 3 "-media/cast",
6 "-athena", 4 "+media/cast/cast_config.h",
7 "+athena/common", 5 "+media/cast/cast_defines.h",
6 "+media/cast/cast_environment.h",
7 "+media/cast/common",
8 "+media/cast/logging",
9 "+media/cast/net",
8 ] 10 ]
9 11
10 specific_include_rules = { 12 specific_include_rules = {
11 ".*unittest\.cc": [ 13 ".*\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.
12 "+athena/test", 14 "+media/cast/test",
13 ], 15 ],
14 } 16 }
15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698