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

Unified Diff: components/ntp_snippets/BUILD.gn

Issue 2755113002: Create ReadingListSuggestionsProvider (Closed)
Patch Set: Address comments Created 3 years, 9 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 a99765e268babe212054f691022a16f681efeb5c..d589043d5e5bce3604dad67c06af9612bea8ca95 100644
--- a/components/ntp_snippets/BUILD.gn
+++ b/components/ntp_snippets/BUILD.gn
@@ -138,6 +138,7 @@ source_set("unit_tests") {
"category_unittest.cc",
"content_suggestions_metrics_unittest.cc",
"content_suggestions_service_unittest.cc",
+ "ios/reading_list_suggestions_provider_unittest.cc",
"offline_pages/recent_tab_suggestions_provider_unittest.cc",
"physical_web_pages/physical_web_page_suggestions_provider_unittest.cc",
"remote/json_request_unittest.cc",
@@ -164,6 +165,7 @@ source_set("unit_tests") {
"//components/bookmarks/test",
"//components/image_fetcher/core",
"//components/leveldb_proto:test_support",
+ "//components/ntp_snippets/ios",
Marc Treib 2017/03/23 17:12:21 This seems wrong. The general build file shouldn't
gambard 2017/03/23 17:49:39 Ok, as there is no iOS-only stuff (only things whi
Marc Treib 2017/03/23 19:01:49 Ah, so we *could* actually build it on all platfor
jkrcal 2017/03/24 08:45:19 I also value simplicity and tend to agree with Mar
gambard 2017/03/24 09:08:50 It is more that we have one target per folder in i
"//components/ntp_snippets/remote/proto",
"//components/offline_pages/core",
"//components/offline_pages/core:test_support",
@@ -171,6 +173,7 @@ source_set("unit_tests") {
"//components/offline_pages/core/downloads:offline_pages_ui_adapter",
"//components/offline_pages/core/recent_tabs",
"//components/physical_web/data_source:test_support",
+ "//components/reading_list/core",
"//components/sessions",
"//components/sessions:test_support",
"//components/signin/core/browser:test_support",
« no previous file with comments | « no previous file | components/ntp_snippets/category.h » ('j') | components/ntp_snippets/ios/reading_list_suggestions_provider.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698