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

Unified Diff: components/ntp_snippets/downloads/DEPS

Issue 2360263002: [NTPSnippets] Show all downloads on the NTP (3/3): Downloads provider. (Closed)
Patch Set: Marc's comments. Created 4 years, 2 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/chrome/browser/android/offline_pages/DEPS b/components/ntp_snippets/downloads/DEPS
similarity index 52%
copy from chrome/browser/android/offline_pages/DEPS
copy to components/ntp_snippets/downloads/DEPS
index 7945571e0e12be4692997f7e2dd0f1f4700535a9..faf77074df86dccbe257153c76a40bc1b5cbacf0 100644
--- a/chrome/browser/android/offline_pages/DEPS
+++ b/components/ntp_snippets/downloads/DEPS
@@ -1,4 +1,4 @@
include_rules = [
+ "+chrome/browser/download",
Marc Treib 2016/10/11 12:07:42 You still need to remove the dependency here.
vitaliii 2016/10/13 08:43:07 Done.
"+components/offline_pages",
- "+components/offline_pages/background",
-]
+]

Powered by Google App Engine
This is Rietveld 408576698