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

Unified Diff: ios/chrome/browser/ntp_snippets/BUILD.gn

Issue 2790543002: Register the ReadingListProvider (Closed)
Patch Set: Address comment Created 3 years, 9 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 | « no previous file | ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ntp_snippets/BUILD.gn
diff --git a/ios/chrome/browser/ntp_snippets/BUILD.gn b/ios/chrome/browser/ntp_snippets/BUILD.gn
index a6fb816b3d1a5d0f7786a2fbcc567a54dafd410e..9731643827884823b9995b6cfd6a200aa70a7447 100644
--- a/ios/chrome/browser/ntp_snippets/BUILD.gn
+++ b/ios/chrome/browser/ntp_snippets/BUILD.gn
@@ -15,6 +15,7 @@ source_set("ntp_snippets") {
"//components/keyed_service/core",
"//components/keyed_service/ios",
"//components/ntp_snippets",
+ "//components/reading_list/core",
"//components/signin/core/browser",
"//components/version_info",
"//google_apis",
@@ -22,6 +23,7 @@ source_set("ntp_snippets") {
"//ios/chrome/browser/bookmarks",
"//ios/chrome/browser/browser_state",
"//ios/chrome/browser/history",
+ "//ios/chrome/browser/reading_list",
"//ios/chrome/browser/signin",
"//ios/chrome/common",
"//ios/web",
« no previous file with comments | « no previous file | ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698