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

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: Fixed includes 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
« no previous file with comments | « components/ntp_snippets.gypi ('k') | components/ntp_snippets/content_suggestion.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_snippets/BUILD.gn
diff --git a/components/ntp_snippets/BUILD.gn b/components/ntp_snippets/BUILD.gn
index f4c9a86944a1643dc45de6d915e7552c8d095218..5eb979402a158df1b296ad987a8936e217e03115 100644
--- a/components/ntp_snippets/BUILD.gn
+++ b/components/ntp_snippets/BUILD.gn
@@ -5,6 +5,10 @@
# GYP version: components/ntp_snippets.gypi:ntp_snippets
source_set("ntp_snippets") {
sources = [
+ "content_suggestion.cc",
+ "content_suggestion.h",
+ "content_suggestion_category.h",
+ "content_suggestions_provider_type.h",
"ntp_snippet.cc",
"ntp_snippet.h",
"ntp_snippets_constants.cc",
« no previous file with comments | « components/ntp_snippets.gypi ('k') | components/ntp_snippets/content_suggestion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698