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

Unified Diff: components/download/DEPS

Issue 2851303003: Add the download component and initial setup (Closed)
Patch Set: Removed accidental rename Created 3 years, 8 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/download/DEPS
diff --git a/components/download/DEPS b/components/download/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..e4af24c51dc0d16b87cf7f2b299933162ae837ec
--- /dev/null
+++ b/components/download/DEPS
@@ -0,0 +1,5 @@
+include_rules = [
+ "-content",
Peter Beverloo 2017/05/02 16:12:20 So how will you start the actual download? More sp
David Trainor- moved to gerrit 2017/05/03 06:02:58 Ah yeah components/download/content was going to a
+ "+components/keyed_service",
+ "+net/http",
+]

Powered by Google App Engine
This is Rietveld 408576698