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

Unified Diff: components/ntp_snippets/downloads/DEPS

Issue 2360263002: [NTPSnippets] Show all downloads on the NTP (3/3): Downloads provider. (Closed)
Patch Set: Created 4 years, 3 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/ntp_snippets/downloads/DEPS
diff --git a/components/ntp_snippets/recent_tabs/DEPS b/components/ntp_snippets/downloads/DEPS
similarity index 61%
copy from components/ntp_snippets/recent_tabs/DEPS
copy to components/ntp_snippets/downloads/DEPS
index 568b6d67415454be9c1021cd0568b5e262ae8e9c..faf77074df86dccbe257153c76a40bc1b5cbacf0 100644
--- a/components/ntp_snippets/recent_tabs/DEPS
+++ b/components/ntp_snippets/downloads/DEPS
@@ -1,3 +1,4 @@
include_rules = [
+ "+chrome/browser/download",
Marc Treib 2016/09/22 13:45:52 This won't work - code in components/ must not dep
vitaliii 2016/10/11 08:15:56 Moved the provider to chrome/browser/.
"+components/offline_pages",
-]
+]

Powered by Google App Engine
This is Rietveld 408576698