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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/image_fetcher/ios",
2 "+ios/web/public", 3 "+ios/web/public",
4
5 # Only parts of skia are compiled on iOS, so we explicitly list the
6 # files that can be included to avoid bringing in more code.
7 "+skia/ext/skia_utils_ios.h",
8 "+third_party/skia/include/core/SkBitmap.h",
3 ] 9 ]
OLDNEW
« 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