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

Unified Diff: components/ntp_snippets/BUILD.gn

Issue 1677073002: Fetch snippets from ChromeReader and show them on the NTP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added iOS-appropriate file path Created 4 years, 10 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 89e0ccdf075471c7956f74ccbd7c53b3857cde21..19560221f2211c2718887ceacdb7ab696082697f 100644
--- a/components/ntp_snippets/BUILD.gn
+++ b/components/ntp_snippets/BUILD.gn
@@ -8,6 +8,8 @@ source_set("ntp_snippets") {
"inner_iterator.h",
"ntp_snippet.cc",
"ntp_snippet.h",
+ "ntp_snippets_fetcher.cc",
+ "ntp_snippets_fetcher.h",
"ntp_snippets_service.cc",
"ntp_snippets_service.h",
]
@@ -15,6 +17,9 @@ source_set("ntp_snippets") {
public_deps = [
"//base",
"//components/keyed_service/core",
+ "//components/signin/core/browser",
+ "//google_apis",
+ "//net",
"//url",
]
}

Powered by Google App Engine
This is Rietveld 408576698