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

Unified Diff: components/cast_channel/DEPS

Issue 2913033003: [cast_channel] Move cast_channel related files from //extensions to //components (Closed)
Patch Set: Created 3 years, 7 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: 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.
+]

Powered by Google App Engine
This is Rietveld 408576698