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

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

Issue 2761303002: Move common ImageFetcher component files to core/ (Closed)
Patch Set: Rebased. 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/suggestions/BUILD.gn
diff --git a/ios/chrome/browser/suggestions/BUILD.gn b/ios/chrome/browser/suggestions/BUILD.gn
index 598ef9326e27c091784885110f2f62c73071399b..b6951a58cf955322b268b6763584d4385618a065 100644
--- a/ios/chrome/browser/suggestions/BUILD.gn
+++ b/ios/chrome/browser/suggestions/BUILD.gn
@@ -11,7 +11,7 @@ source_set("suggestions") {
deps = [
"//base",
"//components/browser_sync",
- "//components/image_fetcher",
+ "//components/image_fetcher/core",
"//components/image_fetcher/ios",
"//components/keyed_service/ios",
"//components/leveldb_proto",

Powered by Google App Engine
This is Rietveld 408576698