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

Unified Diff: components/ntp_snippets/BUILD.gn

Issue 2279123002: [Sync] Initial implementation of foreign sessions suggestions provider. (Closed)
Patch Set: Remove foreign sessions suggestions when user disabled session data syncing. Created 4 years, 4 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
Index: components/ntp_snippets/BUILD.gn
diff --git a/components/ntp_snippets/BUILD.gn b/components/ntp_snippets/BUILD.gn
index fdf0808ab3a2c1741bd9066ba27e2baeed2d9ee3..852ac351c5565d6a833ac3418c3f873f08a0bdc7 100644
--- a/components/ntp_snippets/BUILD.gn
+++ b/components/ntp_snippets/BUILD.gn
@@ -55,6 +55,8 @@ static_library("ntp_snippets") {
"pref_names.h",
"request_throttler.cc",
"request_throttler.h",
+ "sessions/foreign_sessions_suggestions_provider.cc",
+ "sessions/foreign_sessions_suggestions_provider.h",
"switches.cc",
"switches.h",
]
@@ -81,7 +83,9 @@ static_library("ntp_snippets") {
"//components/metrics",
"//components/ntp_snippets/proto",
"//components/offline_pages",
+ "//components/sessions",
"//components/strings",
+ "//components/sync_sessions",
"//components/variations",
"//components/variations/net",
"//third_party/icu/",

Powered by Google App Engine
This is Rietveld 408576698