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

Unified Diff: components/image_fetcher.gypi

Issue 2074153002: Pass the ImageDecoder to the ImageFetcher at creation time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move image_fetcher_impl.* to components/image_fetcher Created 4 years, 6 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.gypi
diff --git a/components/image_fetcher.gypi b/components/image_fetcher.gypi
index be4c5cfeeea938cf2d411c8eb57a7934e81a6b67..eaed25b3fa257940f077ec4d77254b5dbe5f40b2 100644
--- a/components/image_fetcher.gypi
+++ b/components/image_fetcher.gypi
@@ -22,6 +22,8 @@
'image_fetcher/image_decoder.h',
'image_fetcher/image_fetcher.h',
'image_fetcher/image_fetcher_delegate.h',
+ 'image_fetcher/image_fetcher_impl.cc',
+ 'image_fetcher/image_fetcher_impl.h',
]
},
],

Powered by Google App Engine
This is Rietveld 408576698