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

Unified Diff: components/favicon/ios/DEPS

Issue 2677993002: Use IOSImageDataFetcherWrapper for favicon (Closed)
Patch Set: Actually adding the header Created 3 years, 10 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
« no previous file with comments | « components/favicon/ios/BUILD.gn ('k') | components/favicon/ios/web_favicon_driver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/favicon/ios/DEPS
diff --git a/components/favicon/ios/DEPS b/components/favicon/ios/DEPS
index 0fc0ddddacd4c1c33c904a9175b0f3748b495c2c..715e1402f9359b7a2357f72494398113c5850019 100644
--- a/components/favicon/ios/DEPS
+++ b/components/favicon/ios/DEPS
@@ -1,3 +1,9 @@
include_rules = [
+ "+components/image_fetcher/ios",
"+ios/web/public",
+
+ # Only parts of skia are compiled on iOS, so we explicitly list the
+ # files that can be included to avoid bringing in more code.
+ "+skia/ext/skia_utils_ios.h",
+ "+third_party/skia/include/core/SkBitmap.h",
]
« no previous file with comments | « components/favicon/ios/BUILD.gn ('k') | components/favicon/ios/web_favicon_driver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698