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

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: Fix mass rename overreach. 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 4a1c968d7f5a8f4f8ff0afc68b0a4fa4e9f9fc4c..a55d18cb1f51ee8e1757b43474e57cb53b92be55 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_snippets',
'../../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_snippets/ios_chrome_ntp_snippets_service_factory.cc',
+ 'browser/ntp_snippets/ios_chrome_ntp_snippets_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