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

Unified Diff: components/ntp_snippets/BUILD.gn

Issue 2517113005: [NTP::PhysicalWeb] Wire Physical Web provider to the data source. (Closed)
Patch Set: rebase and treib@ comment. 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 957e728ab7da09c19f3b90048a3f8e075df9e892..e56639f6dee7706878b5df7f63a6a9f861837aa3 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",
@@ -164,6 +165,8 @@ source_set("test_support") {
"mock_content_suggestions_provider_observer.h",
"offline_pages/offline_pages_test_utils.cc",
"offline_pages/offline_pages_test_utils.h",
+ "physical_web_pages/fake_physical_web_data_source.cc",
+ "physical_web_pages/fake_physical_web_data_source.h",
Olivier 2016/11/24 08:07:36 Can this be in the physical web component?
vitaliii 2016/11/29 06:54:34 Done in codereview.chromium.org/2529303002.
]
deps = [
@@ -171,6 +174,7 @@ source_set("test_support") {
"//base",
"//components/offline_pages",
"//components/offline_pages:test_support",
+ "//components/physical_web/data_source",
"//testing/gmock",
]
}
« 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