Chromium Code Reviews| 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", |
| -] |
| +] |