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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: media/cast/transport/DEPS
diff --git a/media/cast/transport/DEPS b/media/cast/transport/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..1ccf4326ed42537fdc9043f018c0c4a9f86b9ca3
--- /dev/null
+++ b/media/cast/transport/DEPS
@@ -0,0 +1,17 @@
+include_rules = [
+ "+net",
+ "-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/rtcp", # TODO(hclam): Remove this once RTCP is moved to transport.
+ "+media/cast/transport",
+]
+
+specific_include_rules = {
+ ".*\unittest.cc": [
+ "+media/cast/test",
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698