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

Unified Diff: components/ntp_snippets/BUILD.gn

Issue 2581163004: [NTP::SectionOrder] Propagate new order through ContentSuggestionsService. (Closed)
Patch Set: treib@ nits. 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
« no previous file with comments | « no previous file | components/ntp_snippets/category_rankers/fake_category_ranker.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 b37377db155cefdfc0da47d1def5ab280734652d..3742fbe109a71917881eb2ae10cd67c7136361f8 100644
--- a/components/ntp_snippets/BUILD.gn
+++ b/components/ntp_snippets/BUILD.gn
@@ -165,6 +165,8 @@ source_set("unit_tests") {
source_set("test_support") {
testonly = true
sources = [
+ "category_rankers/fake_category_ranker.cc",
+ "category_rankers/fake_category_ranker.h",
"category_rankers/mock_category_ranker.cc",
"category_rankers/mock_category_ranker.h",
"mock_content_suggestions_provider_observer.cc",
« no previous file with comments | « no previous file | components/ntp_snippets/category_rankers/fake_category_ranker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698