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

Unified Diff: components/ntp_snippets/DEPS

Issue 2790743003: [Content suggestions] Implement fetching publishers' favicons (Closed)
Patch Set: Fix iOS compilation Created 3 years, 9 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/DEPS
diff --git a/components/ntp_snippets/DEPS b/components/ntp_snippets/DEPS
index 87729ffda352298c6b8dbff02101013b5c34b9fe..1a455b1b2b2fdf103bb7fb5224323a5cb7cfd782 100644
--- a/components/ntp_snippets/DEPS
+++ b/components/ntp_snippets/DEPS
@@ -1,5 +1,7 @@
include_rules = [
"+components/data_use_measurement/core",
+ "+components/favicon_base",
+ "+components/favicon/core",
Bernhard Bauer 2017/03/31 16:45:16 Huh. Are both the DEPS file and the GN file autofo
jkrcal 2017/04/03 12:37:35 git cl format does nothing on the current content
"+components/history/core",
"+components/image_fetcher",
"+components/keyed_service/core",

Powered by Google App Engine
This is Rietveld 408576698