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

Unified Diff: components/ntp_snippets/BUILD.gn

Issue 1922083004: Allow fetching personalized snippets from ChromeReader. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Yet another unittest fix Created 4 years, 7 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
« no previous file with comments | « components/ntp_snippets.gypi ('k') | components/ntp_snippets/DEPS » ('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 65cb5413ff849dd4a2b62b31cbfc79177efd8359..1b008f269b16641eb0407e96c8f56fab670381a9 100644
--- a/components/ntp_snippets/BUILD.gn
+++ b/components/ntp_snippets/BUILD.gn
@@ -8,6 +8,8 @@ source_set("ntp_snippets") {
"inner_iterator.h",
"ntp_snippet.cc",
"ntp_snippet.h",
+ "ntp_snippets_constants.cc",
+ "ntp_snippets_constants.h",
"ntp_snippets_fetcher.cc",
"ntp_snippets_fetcher.h",
"ntp_snippets_scheduler.h",
@@ -34,6 +36,8 @@ source_set("ntp_snippets") {
"//components/data_use_measurement/core",
"//components/image_fetcher",
"//components/metrics",
+ "//components/variations",
+ "//third_party/icu/",
]
}
@@ -53,5 +57,6 @@ source_set("unit_tests") {
"//components/signin/core/browser:test_support",
"//net:test_support",
"//testing/gtest",
+ "//third_party/icu/",
]
}
« no previous file with comments | « components/ntp_snippets.gypi ('k') | components/ntp_snippets/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698