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

Unified Diff: ios/chrome/ios_chrome.gyp

Issue 790773003: Upstream iOS SuggestionsServiceFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@436897.1
Patch Set: Rebase Created 6 years 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 | « ios/chrome/browser/suggestions/suggestions_service_factory.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/ios_chrome.gyp
diff --git a/ios/chrome/ios_chrome.gyp b/ios/chrome/ios_chrome.gyp
index 445513f053105a2c27370e88e1b85dc79292e4f1..7edf0662f6d03164839a03ab1eab1289ebe82794 100644
--- a/ios/chrome/ios_chrome.gyp
+++ b/ios/chrome/ios_chrome.gyp
@@ -15,13 +15,23 @@
],
'dependencies': [
'../../base/base.gyp:base',
+ '../../components/components.gyp:keyed_service_core',
+ '../../components/components.gyp:keyed_service_ios',
+ '../../components/components.gyp:leveldb_proto',
+ '../../components/components.gyp:suggestions',
'../../net/net.gyp:net',
+ '../../skia/skia.gyp:skia',
'../../url/url.gyp:url_lib',
+ '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser',
'../web/ios_web.gyp:ios_web',
],
'sources': [
'browser/net/image_fetcher.h',
'browser/net/image_fetcher.mm',
+ 'browser/suggestions/image_fetcher_impl.h',
+ 'browser/suggestions/image_fetcher_impl.mm',
+ 'browser/suggestions/suggestions_service_factory.h',
+ 'browser/suggestions/suggestions_service_factory.mm',
],
},
],
« no previous file with comments | « ios/chrome/browser/suggestions/suggestions_service_factory.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698