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

Unified Diff: ios/chrome/browser/content_suggestions/BUILD.gn

Issue 2782613004: Add FaviconAttributesProvider to ContentSuggestions (Closed)
Patch Set: Rebase 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
« no previous file with comments | « no previous file | ios/chrome/browser/content_suggestions/content_suggestions_coordinator.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/content_suggestions/BUILD.gn
diff --git a/ios/chrome/browser/content_suggestions/BUILD.gn b/ios/chrome/browser/content_suggestions/BUILD.gn
index aae080b554d7c647502997a859c32720211bfaa5..71ecd114f69ba462c56f229529a23f2972d511d0 100644
--- a/ios/chrome/browser/content_suggestions/BUILD.gn
+++ b/ios/chrome/browser/content_suggestions/BUILD.gn
@@ -16,10 +16,12 @@ source_set("content_suggestions") {
]
deps = [
"//base",
+ "//components/favicon/core",
"//components/ntp_snippets",
"//components/reading_list/core",
"//ios/chrome/app/strings",
"//ios/chrome/browser",
+ "//ios/chrome/browser/favicon",
"//ios/chrome/browser/ntp_snippets",
"//ios/chrome/browser/reading_list",
"//ios/chrome/browser/ui",
@@ -27,6 +29,7 @@ source_set("content_suggestions") {
"//ios/chrome/browser/ui/content_suggestions",
"//ios/chrome/browser/ui/content_suggestions/cells",
"//ios/chrome/browser/ui/content_suggestions/identifier",
+ "//ios/chrome/browser/ui/favicon",
"//ios/web",
"//ui/base",
"//ui/strings",
« no previous file with comments | « no previous file | ios/chrome/browser/content_suggestions/content_suggestions_coordinator.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698