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

Unified Diff: components/image_fetcher/ios/DEPS

Issue 2526773002: Move iOS ImageFetcher to ios/web/public (Closed)
Patch Set: 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
Index: components/image_fetcher/ios/DEPS
diff --git a/ios/chrome/browser/webp_transcode/DEPS b/components/image_fetcher/ios/DEPS
similarity index 83%
rename from ios/chrome/browser/webp_transcode/DEPS
rename to components/image_fetcher/ios/DEPS
index 47dd27c6bf22c2aa95cd3e773808a9cf24f50c24..aae1b005d394991e41c680693a85f2fb9d011085 100644
--- a/ios/chrome/browser/webp_transcode/DEPS
+++ b/components/image_fetcher/ios/DEPS
@@ -1,4 +1,5 @@
include_rules = [
+ "+ios/web/public",
sdefresne 2016/11/23 14:40:33 David: IIRC, this target was explicitly not linkin
gambard 2016/11/23 15:01:21 I removed it.
# Only WebP decoding is allowed (no encoding).
"+third_party/libwebp/webp/decode.h",
]

Powered by Google App Engine
This is Rietveld 408576698