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

Side by Side Diff: media/cast/transport/DEPS

Issue 388663003: Cast: Reshuffle files under media/cast (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: DEPS 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
(Empty)
1 include_rules = [
2 "+net",
3 "-media/cast",
4 "+media/cast/cast_config.h",
5 "+media/cast/cast_defines.h",
6 "+media/cast/cast_environment.h",
7 "+media/cast/common",
8 "+media/cast/logging",
9 "+media/cast/rtcp", # TODO(hclam): Remove this once RTCP is moved to transpor t.
10 "+media/cast/transport",
11 ]
12
13 specific_include_rules = {
14 ".*\unittest.cc": [
15 "+media/cast/test",
16 ],
17 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698