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

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

Issue 2762063003: Move iOS image_fetcher::ImageDecoder to layered component (Closed)
Patch Set: More fixes. 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: ios/chrome/browser/ntp_snippets/BUILD.gn
diff --git a/ios/chrome/browser/ntp_snippets/BUILD.gn b/ios/chrome/browser/ntp_snippets/BUILD.gn
index 18e1d87c0141330b6f6d558160b89f991ad6cf73..b63d376ffcc88e368b04ff91ff2329ffd9a80692 100644
--- a/ios/chrome/browser/ntp_snippets/BUILD.gn
+++ b/ios/chrome/browser/ntp_snippets/BUILD.gn
@@ -11,6 +11,7 @@ source_set("ntp_snippets") {
"//base",
"//components/bookmarks/browser",
"//components/image_fetcher",
+ "//components/image_fetcher/ios",
"//components/keyed_service/core",
"//components/keyed_service/ios",
"//components/ntp_snippets",
@@ -22,7 +23,6 @@ source_set("ntp_snippets") {
"//ios/chrome/browser/browser_state",
"//ios/chrome/browser/history",
"//ios/chrome/browser/signin",
- "//ios/chrome/browser/suggestions",
"//ios/chrome/common",
"//ios/web",
"//net",

Powered by Google App Engine
This is Rietveld 408576698