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

Unified Diff: components/ntp_snippets/BUILD.gn

Issue 2517113005: [NTP::PhysicalWeb] Wire Physical Web provider to the data source. (Closed)
Patch Set: rebase. Created 4 years, 1 month 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 cd1b8c4cdf0fe293c1f9de15e1164493cc13a069..84c9c8ae6ea9200b210a315234f3166af8dd1044 100644
--- a/components/ntp_snippets/BUILD.gn
+++ b/components/ntp_snippets/BUILD.gn
@@ -90,6 +90,7 @@ static_library("ntp_snippets") {
"//components/metrics",
"//components/ntp_snippets/remote/proto",
"//components/offline_pages",
+ "//components/physical_web/data_source",
"//components/sessions",
"//components/strings",
"//components/sync_sessions",
@@ -142,6 +143,7 @@ source_set("unit_tests") {
"//components/ntp_snippets/remote/proto",
"//components/offline_pages",
"//components/offline_pages:test_support",
+ "//components/physical_web/data_source:test_support",
"//components/sessions",
"//components/sessions:test_support",
"//components/signin/core/browser:test_support",
« no previous file with comments | « chrome/browser/ntp_snippets/content_suggestions_service_factory.cc ('k') | components/ntp_snippets/physical_web_pages/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698