Index: components/cast_channel/DEPS |
diff --git a/components/cast_channel/DEPS b/components/cast_channel/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..36cd801f0651a0d1f4742a70a695918c440674de |
--- /dev/null |
+++ b/components/cast_channel/DEPS |
@@ -0,0 +1,9 @@ |
+include_rules = [ |
+ "+components/cast_certificate", |
+ "+components/keyed_service", |
+ "+content/public/browser", |
+ "+content/public/test", |
+ "+crypto", |
+ "+net", |
+ "+third_party/zlib", |
mark a. foltz
2017/06/01 21:26:35
Is this still required?
zhaobin
2017/06/01 22:00:38
Done.
|
+] |