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

Unified Diff: components/ntp_snippets/BUILD.gn

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 | « components/ntp_snippets.gypi ('k') | components/ntp_snippets/content_suggestions_category.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_snippets/BUILD.gn
diff --git a/components/ntp_snippets/BUILD.gn b/components/ntp_snippets/BUILD.gn
index 8d9fb594be1d137370da89383062b96c64ffb4ca..29853dda7ef252b0d91f06f5d72755f5f0b10e6a 100644
--- a/components/ntp_snippets/BUILD.gn
+++ b/components/ntp_snippets/BUILD.gn
@@ -34,6 +34,8 @@ source_set("ntp_snippets") {
"ntp_snippets_service.h",
"ntp_snippets_status_service.cc",
"ntp_snippets_status_service.h",
+ "offline_pages/offline_page_suggestions_provider.cc",
+ "offline_pages/offline_page_suggestions_provider.h",
"pref_names.cc",
"pref_names.h",
"switches.cc",
@@ -58,6 +60,7 @@ source_set("ntp_snippets") {
"//components/image_fetcher",
"//components/metrics",
"//components/ntp_snippets/proto",
+ "//components/offline_pages",
"//components/variations",
"//third_party/icu/",
"//ui/gfx",
« no previous file with comments | « components/ntp_snippets.gypi ('k') | components/ntp_snippets/content_suggestions_category.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698