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

Unified Diff: components/ntp_snippets/BUILD.gn

Issue 2059203002: Add ContentSuggestion, ContentSuggestionCategory and ContentSuggestionProviderType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 88f88dbdeb579879448b75e89506de1b941f7ccc..b903cbfaa9d1593875f12aed680070bc12366dde 100644
--- a/components/ntp_snippets/BUILD.gn
+++ b/components/ntp_snippets/BUILD.gn
@@ -18,6 +18,10 @@ source_set("ntp_snippets") {
"ntp_snippets_service.h",
"pref_names.cc",
"pref_names.h",
+ "snippet.cc",
+ "snippet.h",
+ "snippet_category.h",
+ "snippet_provider_type.h",
"switches.cc",
"switches.h",
]

Powered by Google App Engine
This is Rietveld 408576698