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

Unified Diff: chrome/chrome_browser.gypi

Issue 2064793004: Reland: Split the code for fetching images and for decoding images into two separate classes. This w (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Only start image requests once (Fixes a bug). 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
« no previous file with comments | « chrome/browser/search/suggestions/image_fetcher_impl.cc ('k') | components/image_fetcher.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index d526ea6497b298d56ebacfeb6a5e5b6c51b88c84..e6fb22c6902c73fcde99b662bbc752acb68fd058 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -571,6 +571,8 @@
'browser/search/most_visited_iframe_source.h',
'browser/search/search.cc',
'browser/search/search.h',
+ 'browser/search/suggestions/image_decoder_impl.cc',
+ 'browser/search/suggestions/image_decoder_impl.h',
'browser/search/suggestions/image_fetcher_impl.cc',
'browser/search/suggestions/image_fetcher_impl.h',
'browser/search/suggestions/suggestions_service_factory.cc',
@@ -3344,6 +3346,7 @@
'../components/components.gyp:flags_ui',
'../components/components.gyp:guest_view_browser',
'../components/components.gyp:history_content_browser',
+ '../components/components.gyp:image_fetcher',
'../components/components.gyp:keyed_service_content',
'../components/components.gyp:metrics_gpu',
'../components/components.gyp:metrics_profiler',
« no previous file with comments | « chrome/browser/search/suggestions/image_fetcher_impl.cc ('k') | components/image_fetcher.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698