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

Unified Diff: ios/chrome/ios_chrome.gyp

Issue 1438043008: Creating the NTP snippet service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing compile on non-ios platforms (ooops!) Created 5 years, 1 month 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: ios/chrome/ios_chrome.gyp
diff --git a/ios/chrome/ios_chrome.gyp b/ios/chrome/ios_chrome.gyp
index 58d83c0272c56e3943920155a853bc4d6081f325..386bc4e8fc7d6280cc93a9335b7920fab597d6b2 100644
--- a/ios/chrome/ios_chrome.gyp
+++ b/ios/chrome/ios_chrome.gyp
@@ -72,6 +72,7 @@
'../../components/components.gyp:metrics',
'../../components/components.gyp:net_log',
'../../components/components.gyp:network_time',
+ '../../components/components.gyp:ntp_content',
'../../components/components.gyp:omnibox_browser',
'../../components/components.gyp:open_from_clipboard',
'../../components/components.gyp:password_manager_core_browser',
@@ -344,6 +345,8 @@
'browser/net/proxy_service_factory.h',
'browser/net/retryable_url_fetcher.h',
'browser/net/retryable_url_fetcher.mm',
+ 'browser/ntp_content/ntp_content_service_factory.cc',
+ 'browser/ntp_content/ntp_content_service_factory.h',
'browser/open_from_clipboard/create_clipboard_recent_content.h',
'browser/open_from_clipboard/create_clipboard_recent_content.mm',
'browser/passwords/ios_chrome_password_manager_setting_migrator_service_factory.cc',

Powered by Google App Engine
This is Rietveld 408576698