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

Unified Diff: components/ntp_snippets/BUILD.gn

Issue 2585263002: [NTP::SectionOrder] First version of click based category ranker. (Closed)
Patch Set: tschumann@ & bauerb@ comments. Created 4 years 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 c3477b30d8867a7d4534c4ff0bea2e0a32a3865f..370e2a4cfe366826780f79f59f486138f1ba4f5f 100644
--- a/components/ntp_snippets/BUILD.gn
+++ b/components/ntp_snippets/BUILD.gn
@@ -21,6 +21,8 @@ static_library("ntp_snippets") {
"category_info.cc",
"category_info.h",
"category_rankers/category_ranker.h",
+ "category_rankers/click_based_category_ranker.cc",
+ "category_rankers/click_based_category_ranker.h",
"category_rankers/constant_category_ranker.cc",
"category_rankers/constant_category_ranker.h",
"category_status.cc",
@@ -126,6 +128,7 @@ source_set("unit_tests") {
testonly = true
sources = [
"bookmarks/bookmark_last_visit_utils_unittest.cc",
+ "category_rankers/click_based_category_ranker_unittest.cc",
"category_rankers/constant_category_ranker_unittest.cc",
"category_unittest.cc",
"content_suggestions_service_unittest.cc",
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | components/ntp_snippets/category_rankers/click_based_category_ranker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698