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

Unified Diff: components/ntp_snippets/BUILD.gn

Issue 2102023002: Add ContentSuggestionsService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Marks comments; Disable ContentSuggestionsService by default, only enable on Android 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
Index: components/ntp_snippets/BUILD.gn
diff --git a/components/ntp_snippets/BUILD.gn b/components/ntp_snippets/BUILD.gn
index 546b4303ec227d886430fef5b1ced6191f71a7ce..8d9fb594be1d137370da89383062b96c64ffb4ca 100644
--- a/components/ntp_snippets/BUILD.gn
+++ b/components/ntp_snippets/BUILD.gn
@@ -14,8 +14,13 @@ source_set("ntp_snippets") {
sources = [
"content_suggestion.cc",
"content_suggestion.h",
- "content_suggestion_category.h",
- "content_suggestions_provider_type.h",
+ "content_suggestions_category.h",
+ "content_suggestions_category_status.cc",
+ "content_suggestions_category_status.h",
+ "content_suggestions_provider.cc",
+ "content_suggestions_provider.h",
+ "content_suggestions_service.cc",
+ "content_suggestions_service.h",
"ntp_snippet.cc",
"ntp_snippet.h",
"ntp_snippets_constants.cc",

Powered by Google App Engine
This is Rietveld 408576698