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

Unified Diff: components/ntp_snippets/BUILD.gn

Issue 2158883002: Change NTPSnippetsBridge to read from ContentSuggestionsService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@offlinepagesprovider
Patch Set: 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 29853dda7ef252b0d91f06f5d72755f5f0b10e6a..5c0014e27b3744b3bec1d31a29aff017677702b7 100644
--- a/components/ntp_snippets/BUILD.gn
+++ b/components/ntp_snippets/BUILD.gn
@@ -70,6 +70,7 @@ source_set("ntp_snippets") {
if (is_android) {
java_cpp_enum("ntp_snippets_java_enums_srcjar") {
sources = [
+ "content_suggestions_category_status.h",
"ntp_snippets_status_service.h",
Marc Treib 2016/07/19 09:30:24 Is this still needed?
Philipp Keck 2016/07/19 13:53:23 No, I removed it along with the comment on the enu
]
}

Powered by Google App Engine
This is Rietveld 408576698