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

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

Issue 2521253002: Move ImageFetcher to its own target. (Closed)
Patch Set: Split target Created 4 years, 1 month 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
« ios/chrome/browser/net/BUILD.gn ('K') | « ios/chrome/browser/net/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/suggestions/BUILD.gn
diff --git a/ios/chrome/browser/suggestions/BUILD.gn b/ios/chrome/browser/suggestions/BUILD.gn
index 7043f0aba9705092b35fdeaf599ce8827861ef91..bb1c5693786eeb8669e688b2de584ee58e1215b0 100644
--- a/ios/chrome/browser/suggestions/BUILD.gn
+++ b/ios/chrome/browser/suggestions/BUILD.gn
@@ -20,8 +20,7 @@ source_set("suggestions") {
"//components/signin/core/browser",
"//components/suggestions",
"//ios/chrome/browser/browser_state",
- "//ios/chrome/browser/net",
- "//ios/chrome/browser/net",
+ "//ios/chrome/browser/net:image_fetcher",
"//ios/chrome/browser/signin",
"//ios/chrome/browser/sync",
"//ios/chrome/browser/webp_transcode",
« ios/chrome/browser/net/BUILD.gn ('K') | « ios/chrome/browser/net/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698