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

Unified Diff: components/suggestions.gypi

Issue 543753002: [Suggestions] Move ImageManager to the component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 6 years, 3 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/components_tests.gyp ('k') | components/suggestions/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/suggestions.gypi
diff --git a/components/suggestions.gypi b/components/suggestions.gypi
index f4820ec79edfdf960d073642b73eaae9dcb870dd..e03dc2199ea2793e1b3b1261008dd9ca751f624c 100644
--- a/components/suggestions.gypi
+++ b/components/suggestions.gypi
@@ -19,10 +19,14 @@
'components.gyp:keyed_service_core',
'components.gyp:pref_registry',
'components.gyp:variations',
+ 'components.gyp:variations_http_provider',
],
'sources': [
'suggestions/blacklist_store.cc',
'suggestions/blacklist_store.h',
+ 'suggestions/image_fetcher.h',
+ 'suggestions/image_fetcher_delegate.h',
+ 'suggestions/image_manager.cc',
'suggestions/image_manager.h',
'suggestions/proto/suggestions.proto',
'suggestions/suggestions_pref_names.cc',
« no previous file with comments | « components/components_tests.gyp ('k') | components/suggestions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698