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

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: 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 unified diff | Download patch | Annotate | Revision Log
« 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "-media/cast",
5 # except for common. 3 "+media/cast/cast_config.h",
6 "-athena", 4 "+media/cast/cast_defines.h",
7 "+athena/common", 5 "+media/cast/cast_environment.h",
6 "+media/cast/common",
7 "+media/cast/logging",
8 "+media/cast/net",
9 "+net",
8 ] 10 ]
9 11
10 specific_include_rules = { 12 specific_include_rules = {
11 ".*unittest\.cc": [ 13 ".*unittest.cc": [
12 "+athena/test", 14 "+media/cast/test",
13 ], 15 ],
14 } 16 }
15
OLDNEW
« 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