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", |
+ ], |
+} |