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

Unified Diff: components/ntp_snippets.gypi

Issue 2149453004: Implement first version of OfflinePageSuggestionsProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove separate build target for offline_page_suggestions Created 4 years, 5 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/chrome_browser.gypi ('k') | components/ntp_snippets/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_snippets.gypi
diff --git a/components/ntp_snippets.gypi b/components/ntp_snippets.gypi
index 817968fc89d449528e9c68e45f32637476ae0af5..0f680c65ba4886256819a9d143c3b0b3c6618067 100644
--- a/components/ntp_snippets.gypi
+++ b/components/ntp_snippets.gypi
@@ -21,6 +21,7 @@
'image_fetcher',
'keyed_service_core',
'leveldb_proto',
+ 'offline_pages',
'prefs/prefs.gyp:prefs',
'signin_core_browser',
'suggestions',
@@ -50,6 +51,8 @@
'ntp_snippets/ntp_snippets_service.h',
'ntp_snippets/ntp_snippets_status_service.cc',
'ntp_snippets/ntp_snippets_status_service.h',
+ 'ntp_snippets/offline_pages/offline_page_suggestions_provider.cc',
+ 'ntp_snippets/offline_pages/offline_page_suggestions_provider.h',
'ntp_snippets/pref_names.cc',
'ntp_snippets/pref_names.h',
'ntp_snippets/proto/ntp_snippets.proto',
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/ntp_snippets/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698