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

Unified Diff: components/image_fetcher/ios/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: components/image_fetcher/ios/BUILD.gn
diff --git a/components/image_fetcher/ios/BUILD.gn b/components/image_fetcher/ios/BUILD.gn
index afa631b9fea2a888527aa6f687bfa24516dc100f..9ad5c7edc702b23ee3480a840ee69176ad905d54 100644
--- a/components/image_fetcher/ios/BUILD.gn
+++ b/components/image_fetcher/ios/BUILD.gn
@@ -13,7 +13,7 @@ source_set("ios") {
]
deps = [
"//base",
- "//components/image_fetcher",
+ "//components/image_fetcher/core",
"//ios/web",
"//net",
"//third_party/libwebp:libwebp_dec",
« no previous file with comments | « components/image_fetcher/image_fetcher_impl.cc ('k') | components/image_fetcher/ios/ios_image_data_fetcher_wrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698