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

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

Issue 2526773002: Move iOS ImageFetcher to ios/web/public (Closed)
Patch Set: Rename headers Created 4 years 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 | « ios/chrome/BUILD.gn ('k') | ios/chrome/browser/net/image_fetcher.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/net/BUILD.gn
diff --git a/ios/chrome/browser/net/BUILD.gn b/ios/chrome/browser/net/BUILD.gn
index 49197473e6ab304534e2f533b81ffbda90d4ab00..b548450594e16818e5dcd2342c66e4271f37700b 100644
--- a/ios/chrome/browser/net/BUILD.gn
+++ b/ios/chrome/browser/net/BUILD.gn
@@ -44,9 +44,9 @@ source_set("net") {
"//ios/chrome/browser",
"//ios/chrome/browser/browser_state",
"//ios/chrome/browser/browsing_data",
- "//ios/chrome/browser/webp_transcode",
"//ios/net",
"//ios/web",
+ "//ios/web/public/image_fetcher",
"//net",
"//net:extras",
"//url",
@@ -74,7 +74,6 @@ source_set("unit_tests") {
testonly = true
sources = [
"cookie_util_unittest.mm",
- "image_fetcher_unittest.mm",
"metrics_network_client_unittest.mm",
"retryable_url_fetcher_unittest.mm",
]
« no previous file with comments | « ios/chrome/BUILD.gn ('k') | ios/chrome/browser/net/image_fetcher.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698